2 Star 2 Fork 0

屈松鑫 / SIMSPARK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
qsx68668 提交于 2022-10-18 16:32 . update simspark
#!/bin/bash
# Simple build and install script
# Build SimSpark
cd spark
mkdir build
cd build
cmake ..
make -j$(nproc)
sudo make install
# Build rcssserver3d
cd ../../rcssserver3d
mkdir build
cd build
cmake ..
make -j$(nproc)
sudo make install
# Configure library paths
echo -e '/usr/local/lib/simspark\n/usr/local/lib/rcssserver3d' | sudo tee /etc/ld.so.conf.d/spark.conf
sudo ldconfig
1
https://gitee.com/qsxjack/SIMSPARK.git
git@gitee.com:qsxjack/SIMSPARK.git
qsxjack
SIMSPARK
SIMSPARK
master

搜索帮助