Install Python, Git, CMake and a C++ compiler.
Instal Conan for dependencies: pip install conan. Then run conan profile detect --force.
Clone the repo: git clone https://github.com/jjbel/quantum_compiler.git
At the start, run cmake --preset=default to setup CMake and install dependencies.
Then run cmake --build --preset=default to compile after making a change.