Revision: 45852
http://brlcad.svn.sourceforge.net/brlcad/?rev=45852&view=rev
Author: kunigami
Date: 2011-08-09 19:56:58 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
Added a script to build ilmbase and openexr
Added Paths:
-----------
osl/trunk/compile.sh
Added: osl/trunk/compile.sh
===================================================================
--- osl/trunk/compile.sh (rev 0)
+++ osl/trunk/compile.sh 2011-08-09 19:56:58 UTC (rev 45852)
@@ -0,0 +1,24 @@
+#
------------------------------------------------------------------------------
+# Variables
+#
------------------------------------------------------------------------------
+prefix=dist/
+
+# Dir where this script is stored
+DIR="$( cd "$( dirname "$0" )" && pwd )"
+# Dir where we'll install everything
+echo $DIR/$prefix
+
+#
------------------------------------------------------------------------------
+# Install ilmbase
+#
------------------------------------------------------------------------------
+echo "Installing ilmbase"
+cd ilmbase; ./configure --prefix=$DIR/$prefix; make; make install
+cd ..
+
+#
------------------------------------------------------------------------------
+# Install openexr
+#
------------------------------------------------------------------------------
+echo "Installing openexr"
+cd openexr; ./configure --prefix=$DIR/$prefix
--with-ilmbase-prefix=$DIR/$prefix; make;
+
+#--with-ilmbase-prefix=/Users/kunigami/dev/brlcad-root/brlcad/osl/trunk/dist
Property changes on: osl/trunk/compile.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/x-sh
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits