mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-03 14:50:53 +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
|
## Building
|
||||||
|
|
||||||
### Dependencies
|
|
||||||
|
|
||||||
* Git
|
* Git
|
||||||
* CMake
|
* CMake
|
||||||
* Python 3
|
* Python 3
|
||||||
|
@ -49,7 +47,7 @@ Not supported
|
||||||
### Build steps
|
### Build steps
|
||||||
|
|
||||||
* Git clone the repo (make sure to use `--recursive` option to fetch submodules):
|
* 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):
|
* Enter freshly cloned `ZLUDA` directory and build with cargo (this takes a while):
|
||||||
`cargo xtask --release`
|
`cargo xtask --release`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue