From: Norbert Moutarde Date: Mon, 29 Jul 2013 14:54:56 +0000 (+0200) Subject: updated to see if it can be compiled with ssh on alwaysdata.com X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=714721df4cc62f5e8bec17e4bda1dabb80a6444e;p=diary-shell updated to see if it can be compiled with ssh on alwaysdata.com --- diff --git a/howto-compile-alwaysdata.com.sh b/howto-compile-alwaysdata.com.sh index 297396c..9943a4a 100755 --- a/howto-compile-alwaysdata.com.sh +++ b/howto-compile-alwaysdata.com.sh @@ -1,2 +1,2 @@ rm ~/diary-shell -g++ main.cpp sqldb.cpp -o ~/diary-shell -I/usr/include/postgresql/ -I.. -lpq -fpermissive +g++ main.cpp sqldb.cpp -o ~/diary-shell -I/usr/include/postgresql/ -I.. -lpq -fpermissive -lcrypto -lssl