1 Star 0 Fork 0

culapple/flowpilot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
get_dependencies.sh 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
MankaranSingh 提交于 2023-04-29 19:13 . use tmux
sudo apt-get update
# these need to be installed before requirements.txt
pip install pkgconfig==1.5.5
pip install Cython==0.29.32
sudo apt-get install -y rsync clang capnproto libcapnp-dev libzmq3-dev cmake libjson11-1 libjson11-1-dev liblmdb-dev libusb-1.0-0-dev
sudo apt-get install -y dfu-util gcc-arm-none-eabi libcurl4-openssl-dev libssl-dev ffmpeg libeigen3-dev nano tmux
# install capnpc-java
if ! command -v capnpc-java --version &> /dev/null # TODO: Running through scons misses this
then
SCRIPT=$(realpath "$0")
DIR=$(dirname "$SCRIPT")
sh $DIR/libs/capnpc-java/build.sh
fi
# pycapnp without wheel build can fail on some systems, in this case, its built from scratch later in the process.
pip install pycapnp==1.0.0 --install-option="--force-system-libcapnp" > /dev/null 2>&1
pip install -r requirements.txt
# target for scons
touch .dep_update
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/culapple/flowpilot.git
git@gitee.com:culapple/flowpilot.git
culapple
flowpilot
flowpilot
master

搜索帮助