Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 555 Bytes

README.NetBSD.md

File metadata and controls

38 lines (30 loc) · 555 Bytes

Building mlvpn on NetBSD

This port is NON WORKING at the moment. (Some kind of tuntap issue)

Requirements

pkg_add pkgin
pkgin update
pkgin install mozilla-rootcerts git autoconf automake pkg-config libsodium libev

Build

git clone https://github.com/zehome/MLVPN mlvpn
cd mlvpn
./autogen.sh
CPPFLAGS="-I/usr/pkg/include/ev" LDFLAGS="-L/usr/pkg/lib/ev" ./configure
make

Install

make install

Run

LD_LIBRARY_PATH=/usr/pkg/include/ev mlvpn ...