Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii authored Dec 16, 2021
1 parent 51b7ffd commit 70b08ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ Download this repo
```
git clone https://github.com/moldyn/FastPCA.git
```
If `gcc > 7.x.x` is used, please use the following branch
If `gcc = 7.x.x - 8.x.x` is used, please use the following branch
```
git clone --branch fix_gcc8 https://github.com/moldyn/FastPCA.git
```
For `gcc > 9.x.x` please use the following branch
```
git clone --branch fix_gcc10 https://github.com/moldyn/FastPCA.git
```
Create a build-directory in the project root and change into
that directory:
```
Expand Down

0 comments on commit 70b08ee

Please sign in to comment.