mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-03 04:17:58 +02:00
4443b8bddfb1e941a5e4cb9a16620c97e14a9061
Requirement
Install VPP and Go
echo "deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu focal main" > /etc/apt/sources.list.d/99fd.io.list
curl -L https://packagecloud.io/fdio/release/gpgkey | sudo apt-key add -
add-apt-repository ppa:longsleep/golang-backports
apt-get -y update
apt-get install vpp vpp-plugin-core python3-vpp-api vpp-dbg vpp-dev libmemif libmemif-dev wireguard-tools golang-go build-essential golang-go
Build
export CGO_CFLAGS="-I/usr/include/memif"
make
Languages
Go
99%
Python
0.5%
Makefile
0.5%