Updated Makefile
This commit is contained in:
3
Makefile
3
Makefile
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
@echo "Installing packages..."
|
@echo "Installing packages..."
|
||||||
sudo apt-get install g++
|
sudo apt-get install g++ libmagic-dev libssl-dev
|
||||||
@echo "Finished downloading!"
|
@echo "Finished downloading!"
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
@echo "Compiling..."
|
@echo "Compiling..."
|
||||||
|
@mkdir bin
|
||||||
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic -lssl -ldl -lcrypto
|
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic -lssl -ldl -lcrypto
|
||||||
@echo "Finished compiling!"
|
@echo "Finished compiling!"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user