Skip to content

Instantly share code, notes, and snippets.

@commshare
Created October 4, 2017 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save commshare/580df63bb4599a8921e3bb7ad668460d to your computer and use it in GitHub Desktop.
Save commshare/580df63bb4599a8921e3bb7ad668460d to your computer and use it in GitHub Desktop.
brew install libsoil
https://github.com/zmarcantel/homebrew-libsoil
zhangbindeMacBook-Pro:~ zhangbin$ brew tap zmarcantel/libsoil
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
binaryen firebase-cli grpc planck
dnsviz fonttools paket pyenv
ejabberd git-lfs pilosa
==> Tapping zmarcantel/libsoil
Cloning into '/usr/local/Homebrew/Library/Taps/zmarcantel/homebrew-libsoil'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), done.
Tapped 1 formula (28 files, 22.4KB)
zhangbindeMacBook-Pro:~ zhangbin$ brew install libsoil
==> Installing libsoil from zmarcantel/libsoil
==> Cloning https://github.com/childhood/libSOIL.git
Cloning into '/Users/zhangbin/Library/Caches/Homebrew/libsoil--git'...
remote: Counting objects: 19, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 19 (delta 4), reused 19 (delta 4), pack-reused 0
Unpacking objects: 100% (19/19), done.
==> Checking out branch master
==> Patching
patching file Makefile
==> make brewable
🍺 /usr/local/Cellar/libsoil/1.0: 11 files, 236.1KB, built in 8 seconds
zhangbindeMacBook-Pro:~ zhangbin$
@commshare
Copy link
Author

commshare commented Oct 4, 2017

zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/Cellar/glew/2.1.0/lib
cmake libGLEW.2.1.dylib libGLEW.dylib
libGLEW.2.1.0.dylib libGLEW.a pkgconfig
zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/Cellar/
glew glfw glm libsoil
zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/Cellar/libsoil/
1.0
zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/Cellar/libsoil/1.0/
INSTALL_RECEIPT.json include
README.md lib
zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/Cellar/libsoil/1.0/include/
SOIL
zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/Cellar/libsoil/1.0/include/SOIL/
SOIL.h image_helper.h stbi_DDS_aug.h
image_DXT.h stb_image_aug.h stbi_DDS_aug_c.h
zhangbindeMacBook-Pro:~ zhangbin$

zhangbindeMacBook-Pro:~ zhangbin$ ls /usr/local/include/
GL GLFW SOIL glm
zhangbindeMacBook-Pro:~ zhangbin$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment