apt-get install libssl-dev -y
apt-get install build-essential -y
apt install -y cmake
apt install -y git 
git clone https://github.com/meyerd/n2n.git  
cd n2n/ 
cd n2n_v2 
mkdir build
cd build
cmake ..
make -j 8 
make install

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code