Created
January 4, 2013 16:22
-
-
Save trtg/4453837 to your computer and use it in GitHub Desktop.
building openframeworks in gentoo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scripts/compileOF.sh | |
emerge freeimage | |
emerge glew | |
emerge jack-audio-connection-kit | |
add USER_LDFLAGS = -lGLEW -lGLU to apps/projectGenerator/projectGeneratorSimple/config.make | |
scripts/compilePG.sh | |
add -lGLEW -lGLU -lgstapp-0.10 -lgstvideo-0.10 | |
to of_v0073_linux64_release/libs/openFrameworksCompiled/project/makefileCommon/Makefile.linux | |
scripts/build_all_examples.sh | |
You need to be in the bin directory of each example to run it, otherwise library loading issues will appear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment