Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created January 28, 2013 23:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save springmeyer/4660293 to your computer and use it in GitHub Desktop.
Save springmeyer/4660293 to your computer and use it in GitHub Desktop.
brew install fltk
sudo pip install mercurial
hg clone http://hg.orfeo-toolbox.org/OTB
cd OTB
mkdir build
cmake \
-DBUILD_APPLICATIONS:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_C_FLAGS:STRING=-Wall -Wno-uninitialized -Wno-unused-variable -fPIC \
-DCMAKE_CXX_FLAGS:STRING= -Wall -Wno-deprecated -Wno-uninitialized -Wno-unused-variable -fPIC -Wno-gnu -Wno-overloaded-virtual \
../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment