虚拟组网工具n2n源码编译记录

玖亖伍
2022-06-29 / 0 评论 / 275 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2022年06月29日,已超过667天没有更新,若内容或图片失效,请留言反馈。
操作环境: Ubuntu 20.4 LTS

系统需要安装的编译相关的工具

sudo apt install gcc g++ make git vim autoconf -y
# clone源码(使用 https://ghproxy.com/ 加速)
git clone https://ghproxy.com/https://github.com/ntop/n2n.git n2n-src
# 编译配置
cd n2n-src/
./autogen.sh
./configure
# 编译
make
# 安装
sudo make install
0

评论 (0)

取消