Skip to content

Commit

Permalink
Add note about submodules to README.md (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feriixu authored Oct 5, 2024
1 parent 7b2ecdd commit 1a63ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 1a63ef6

Please sign in to comment.