Skip to content

Commit

Permalink
Merge branch 'main' of github.com:otto-link/HighMap
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-link committed Apr 9, 2024
2 parents 82712f3 + f578ead commit dd01ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ make

Simple examples are provided for most of the functions, for instance:
```
bin/./ex_fbm_perlin
eog ex_fbm_perlin.png
bin/./ex_noise_fbm
eog ex_noise_fbm_*.png
```

#### Windows
Expand All @@ -51,7 +51,7 @@ Use `PowerShell` to clone the repository (because Visual Studio won't clone the

Install the missing OpenSource dependencies using `vcpkg`:
```
vcpkg install eigen3 libpng boost-range boost-type-erasure boost-geometry glm opencl
vcpkg install eigen3 libpng boost-range boost-type-erasure boost-geometry glm ocl-icd-opencl-dev libassimp-dev
```

You should then be able to build the sources using Visual Studio.
Expand Down

0 comments on commit dd01ea3

Please sign in to comment.