1 Star 1 Fork 0

吕冬/etherlab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
craig_modbot 提交于 2018-06-28 12:46 . Cleanup before release
#!/bin/bash
echo -n "char* gitlog = \"" > master/gitlog.h && \
git log | head -1 | awk '{printf "%s", substr($2,1,8)}' >> master/gitlog.h && \
echo "\";" >> master/gitlog.h
./bootstrap
./configure --enable-sii-assign --disable-8139too --enable-hrtimer --enable-cycles
sudo /opt/etherlab/etc/init.d/ethercat stop
make clean
make all modules
sudo make modules_install install
sudo ldconfig
sudo depmod
sudo /opt/etherlab/etc/init.d/ethercat start
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/flvd/etherlab.git
git@gitee.com:flvd/etherlab.git
flvd
etherlab
etherlab
master

搜索帮助