This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install dependencies | |
sudo apt install libcurl4-openssl-dev iptables-dev autoconf libgmp3-dev libssl-dev pkg-config | |
# Install StrongSwan | |
wget http://download.strongswan.org/strongswan-5.6.1.tar.bz2 | |
tar xjvf strongswan-5.6.1.tar.bz2 && cd strongswan-5.6.1 | |
# FIXME: Some of these options may be redundant, but they work on my laptop. | |
autoconf && ./configure \ | |
--prefix=/usr/local \ |