Addes SSL Support

This commit is contained in:
2018-05-19 13:38:44 +02:00
parent 0c2590b3f5
commit 272697d9e5
3 changed files with 65 additions and 8 deletions

View File

@ -1,4 +1,4 @@
install:
@echo "Start compiling..."
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic -lssl -ldl -lcrypto
@echo "Finished compiling!"