-
Notifications
You must be signed in to change notification settings - Fork 1
How to compile in Linux
nk125 edited this page Jul 19, 2022
·
3 revisions
The same as Windows but changing the compilator to clang++
-
Compile with:
(clan)g++ -pthread -lssl -lcrypto {source.cpp}
for a successful compilation. -
You need to install openssl in the package manager of your distro
(Requires yhirose/cpp-httplib to work, just copy from his git repo the httplib.h file and paste in your project/folder)