QuantumC

Getting Started

Installing

Choose one method:

Using prebuilt binaries

  1. Download the Package And Version Manager. (Webi install coming soon)
  2. Setup
    ./qcm setup # adds binary to path, makes .qc directory, .qcm directory, and adds .qc/bin to path
    
  3. Install latest qc version.
    qcm tooling install latest
    
  4. Verify:
qc -sv

Building from source

git clone https://github.com/Youg-Otricked/QuantumC
cd QuantumC
./install.sh
qc -sv

Windows

Windows support is currently limited. Use WSL or build manually from source. I dont have the commands because I dont use windows.