Back to Zluda

Building

docs/src/building.md

5613 B
Original Source

Building

Dependencies

Build steps

  • Git clone the repo (make sure to use --recursive option to fetch submodules):
    git clone --recursive https://github.com/vosen/ZLUDA.git
  • Enter freshly cloned ZLUDA directory and build with cargo (this takes a while):
    • cargo xtask --release for Release build
    • cargo xtask for Debug build