InstallationΒΆ
Install Python: https://python.org/downloads/
Install Git: https://git-scm.com/downloads
- Install and Setup Conan:
python -m pip install conan --upgrade --quiet conan profile new default --detect # if using gcc: conan profile update settings.compiler.libcxx=libstdc++11 default
- Install samarium
git clone https://github.com/jjbel/samarium.git conan create samarium -b missing -pr default -pr:b=default