Skip to content

Commit

Permalink
Documentation: Make sure lib directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Mar 11, 2022
1 parent 24889c8 commit fd370c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MacOSX
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ build it with the following commands:
$ export MACOSX_DEPLOYMENT_TARGET=10.9 GLEW_DEST=/usr/local
$ make SYSTEM=darwin-universal glew.lib.static
$ sudo make install.include
$ sudo cp lib/libGLEW.a /usr/local/lib
$ sudo mkdir -p /usr/local/lib
$ sudo cp lib/libGLEW.a /usr/local/lib/

Download the latest version of c-ares from http://c-ares.haxx.se.
Extract the package, and then build it with the following commands:
Expand Down

0 comments on commit fd370c0

Please sign in to comment.