From a490323bf58e426567f9d48c8a38182b25dfb41c Mon Sep 17 00:00:00 2001 From: "F. St." <39712181+Feriixu@users.noreply.github.com> Date: Sat, 5 Oct 2024 04:37:46 +0200 Subject: [PATCH] Add note about submodules to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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= ## 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: ```