准备工作

编译

#克隆
git clone --recursive https://github.com/wangyu-/tinyfecVPN.git

#进入编译目录
cd tinyfecVPN

#编译
make nolimit -j $(grep "cpu cores" /proc/cpuinfo | wc -l)

#处理编译好的文件
strip tinyvpn
mv tinyvpn ../tinyvpn_x64

编译完之后,就可以删除源文件了

cd ..
rm -rf tinyfecVPN

下载

编译好的文件