0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/build
James Yonan 24a4eb3267 Initial checkin for OpenVPN 3 rewrite.
This very basic proof-of-concept implements a
boost::asio wrapper around the linux tun/tap device.
2010-09-13 08:52:18 +00:00

3 lines
116 B
Bash
Executable File

#!/usr/bin/env bash
g++ -O3 -I. -I$HOME/boost_1_44_0 -L$HOME/boost_1_44_0/stage/lib -lboost_system test.cpp -o test