soft
ソースを取得
git clone https://github.com/SoftEtherVPN/SoftEtherVPN_Stable
ビルドに必要なパッケージ
sudo apt install build-essential libreadline-dev libssl-dev libncurses-dev libz-dev
コンパイル
./configure
armの場合は-m64のオプションを削除する
sed -i -e s/ -m64//g Makefile