Skip to content

Instantly share code, notes, and snippets.

@trtg
Created January 4, 2013 16:22
Show Gist options
  • Save trtg/4453837 to your computer and use it in GitHub Desktop.
Save trtg/4453837 to your computer and use it in GitHub Desktop.
building openframeworks in gentoo
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