aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorF. St. <[email protected]>2024-10-05 15:41:46 +0200
committerGitHub <[email protected]>2024-10-05 15:41:46 +0200
commit1a63ef62b7ec47e5d55c1437641169a60f225eae (patch)
tree2096552806cd982b8454e0c08217390b163bc720
parent7b2ecdd7253d328b9fd7956a674fb9af9eba7b27 (diff)
downloadZLUDA-1a63ef62b7ec47e5d55c1437641169a60f225eae.tar.gz
ZLUDA-1a63ef62b7ec47e5d55c1437641169a60f225eae.zip
Add note about submodules to README.md (#280)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f43039d..6ccb04b 100644
--- a/README.md
+++ b/README.md
@@ -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:
```