Skip to content

Commit

Permalink
Merge pull request rougier#139 from yairchu/patch-1
Browse files Browse the repository at this point in the history
Add macOS installation instructions
  • Loading branch information
rougier authored Dec 20, 2016
2 parents 709dc8b + d8df759 commit 9f3b6c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,17 @@ Make sure to add your bin folder e.g. `C:\msys64\mingw64\bin` to your PATH if y
If you get an error when you start your application from the Windows Explorer like "The procedure entry point inflateReset2 could not be located in the dynamic link library zlib1.dll":
This is likely a PATH related problem. In this case some other zlib1.dll existent in one of the PATH folders was shadowing the needed zlib1.dll one of the mingw64/bin folder.
The solution is to change the order of the PATH entries so that the mingw64 folder comes first.

## macOS with homebrew

Install [homebrew](http://brew.sh/).

Then:

brew install AntTweakBar ImageMagick cmake doxygen glfw3
cmake .
make

You can then run some demos under:

cd demos

0 comments on commit 9f3b6c5

Please sign in to comment.