mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Add note about submodules to README.md (#280)
This commit is contained in:
parent
7b2ecdd725
commit
1a63ef62b7
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ LD_LIBRARY_PATH=<ZLUDA_DIRECTORY> <APPLICATION> <APPLICATIONS_ARGUMENTS>
|
|||
## Building
|
||||
**Warning**: ZLUDA is under heavy development (see news [here](https://vosen.github.io/ZLUDA/blog/zludas-third-life/)). Instructions below might not work.
|
||||
|
||||
_Note_: This repo has submodules. Make sure to recurse submodules when cloning this repo, e.g.: `git clone --recursive https://github.com/vosen/ZLUDA.git`
|
||||
|
||||
You should have a relatively recent version of Rust installed, then you just do:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue