操作环境: 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)