1 Star 0 Fork 3

dashenyjn123/MPC-Control

forked from 林树/MPC-Control 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-ubuntu.sh 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dominique Luna 提交于 2017-05-30 11:59 . Update install-ubuntu.sh
#! /bin/bash
sudo apt-get update
sudo apt-get install git libuv1-dev libssl-dev gcc g++ cmake make
git clone https://github.com/uWebSockets/uWebSockets
cd uWebSockets
git checkout e94b6e1
mkdir build
cd build
cmake ..
make
sudo make install
cd ../..
sudo ln -s /usr/lib64/libuWS.so /usr/lib/libuWS.so
sudo rm -r uWebSockets
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dashenyjn123/MPC-Control.git
git@gitee.com:dashenyjn123/MPC-Control.git
dashenyjn123
MPC-Control
MPC-Control
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385