We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc6280 commit fe26957Copy full SHA for fe26957
makefile
@@ -7,7 +7,7 @@ OBJETOS = $(DIR_OBJ)/main.o \
7
$(DIR_OBJ)/http.o \
8
$(DIR_OBJ)/veridic.o
9
10
-CPPFLAGS = -std=c++20 -lcurl -I$(DIR_INC) -I/opt/ssl/include/ -L/opt/ssl/lib/ -lcrypto -pthread
+CPPFLAGS = -std=c++20 -lcurl -I$(DIR_INC) -pthread
11
COMPILER = g++
12
13
@@ -27,5 +27,7 @@ clean:
27
@rm -r $(DIR_BIN) $(DIR_OBJ)
28
29
install:
30
+
31
+ apt-get install curl
32
apt-get install openssl -y
33
apt-get install libcurl4-openssl-dev -y
0 commit comments