This commit is contained in:
Thomas McWork 2025-04-08 23:11:26 +07:00 committed by GitHub
commit 4ca787d658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,8 +37,6 @@ Not supported
## Building
### Dependencies
* Git
* CMake
* Python 3
@ -49,7 +47,7 @@ Not supported
### Build steps
* Git clone the repo (make sure to use `--recursive` option to fetch submodules):
`git clone --recursive https://github.com/vosen/ZLUDA.git`
`git clone --recursive --depth=1 https://github.com/vosen/ZLUDA.git`
* Enter freshly cloned `ZLUDA` directory and build with cargo (this takes a while):
`cargo xtask --release`