mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Merge 8f69b71f60
into 7cdab7abc2
This commit is contained in:
commit
4ca787d658
1 changed files with 1 additions and 3 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue