Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing cmake before make
  • Loading branch information
max13fr authored Jun 22, 2020
1 parent 1d9640f commit 2f206b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is a personal procedure that worked for some guys on their systems. Nobody
wget https://raw.githubusercontent.com/MaxChinni/ike-for-ubuntu/master/ike.patch
patch -p1 < ike.patch
apt install build-essential libssl-dev libaudio-dev libcups2-dev cmake libedit-dev g++ flex bison
cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=NO -DETCDIR=/etc -DNATT=YES
make
make install
mv /etc/iked.conf.sample /etc/iked.conf
Expand Down

0 comments on commit 2f206b4

Please sign in to comment.