Skip to content

How to compile in Linux

nk125 edited this page Jul 19, 2022 · 3 revisions

Compilation with Linux

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

Clone this wiki locally