Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 327 Bytes

Camus

Albert Camus

Build

Install conan.

pip install conan

Install gcc-11

Then:

mkdir build && cd build
conan install .. --build=missing -pr ../conan_profile/gcc -s build_type=Release
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo 
make