Skip to content

Commit

Permalink
add PATH instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf authored Sep 4, 2024
1 parent 75c85ff commit cbc614c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc614c

Please sign in to comment.