From cbc614c67fa52ed1a6317e4c50c4864db4d06e67 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Wed, 4 Sep 2024 10:38:42 +0200 Subject: [PATCH] add PATH instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e951d01..a0eeea2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,15 @@ You can get Bash by simply installing [git-scm](https://git-scm.com/downloads) a You mainly need to install your GPU driver provided by your GPU vendor, e.g. NVIDIA, AMD, Intel, etc. Please refer to their official website. For NVIDIA, we advise to install the [CUDAToolKit](https://developer.nvidia.com/cuda-toolkit). +## PATH + +To make the above installed programs work, you need to add them to your path, e.g. on Windows like this: +``` +C:\programs\apache-maven-3.9.9\bin +C:\Program Files\Git\bin +C:\Program Files\CMake\bin +``` + ### Build clesperantoJ In a commmand prompt, start by git clone the repository and move inside the repo