Created
July 4, 2009 00:23
-
-
Save ewencp/140378 to your computer and use it in GitHub Desktop.
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
Index: install | |
=================================================================== | |
--- install (revision 78) | |
+++ install (working copy) | |
@@ -410,7 +410,7 @@ | |
user_eval "cd ${DIR} && | |
tar -jxf boost_1_37_0.tar.bz2 && | |
cd boost_1_37_0 && | |
- ./configure --without-icu --without-libraries=python --prefix=${DIR}/installed-boost && | |
+ ./configure --without-icu --with-libraries=system,program_options,thread,filesystem,regex --prefix=${DIR}/installed-boost && | |
cat Makefile | sed -e s/LIBS=$/LIBS=$NUM_PROCS/ > Makefile_multiproc && | |
make $NUM_PROCS -f Makefile_multiproc && | |
make install" || \ | |
Index: Makefile | |
=================================================================== | |
--- Makefile (revision 78) | |
+++ Makefile (working copy) | |
@@ -10,10 +10,12 @@ | |
# Default rule: | |
depends: check-architecture minimaldepends installed-mono | |
-minimaldepends: check-architecture nonroot-dependencies compiled-dependencies installed-protobufs | |
+minimaldepends: check-architecture nonroot-dependencies compiled-dependencies | |
-fulldepends: check-architecture root-dependencies compiled-dependencies installed-protobufs | |
+optionaldepends: check-architecture nonroot-dependencies compiled-dependencies optional-dependencies | |
+fulldepends: check-architecture root-dependencies compiled-dependencies | |
+ | |
awesomium-root: chromium-root | |
$(MAKE) installed-awesomium $(*) | |
@@ -44,15 +46,15 @@ | |
installed-ois: installed-ogre | |
-installed-ogre: installed-freeimage installed-boost | |
+installed-ogre: installed-freeimage installed-boost installed-sdl | |
installed-awesomium: installed-chromium | |
##### | |
-compiled-dependencies: installed-ois installed-ogre installed-freeimage installed-antlr installed-bullet installed-sdl | |
+compiled-dependencies: installed-antlr installed-protobufs | |
-optional-dependencies: installed-mono | |
+optional-dependencies: installed-mono installed-ogre installed-ois installed-bullet | |
nonroot-dependencies: installed-curl installed-boost | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment