1 Star 0 Fork 0

p4lang-mirror/behavioral-model

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_deps.sh 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
ubuntu_release=`lsb_release -s -r`
sudo apt-get install -y \
automake \
cmake \
libgmp-dev \
libpcap-dev \
libboost-dev \
libboost-test-dev \
libboost-program-options-dev \
libboost-system-dev \
libboost-filesystem-dev \
libboost-thread-dev \
libevent-dev \
libtool \
flex \
bison \
pkg-config \
g++ \
libssl-dev \
libffi-dev \
python3-dev \
python3-pip \
wget
tmpdir=`mktemp -d -p .`
cd $tmpdir
bash ../ci/install-thrift.sh
bash ../ci/install-nanomsg.sh
sudo ldconfig
bash ../ci/install-nnpy.sh
cd ..
sudo rm -rf $tmpdir
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/p4lang-mirror/behavioral-model.git
[email protected]:p4lang-mirror/behavioral-model.git
p4lang-mirror
behavioral-model
behavioral-model
main

搜索帮助