SandBox

From 7d7 Project

Jump to: navigation, search
XML
    <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE bootstrap SYSTEM 'bootstrap.dtd'> <bootstrap> <module name='cg' ignore='yes'> <comment> Unfortunately the next library is not Open Source This is the 32 bits version of the library Check: http://developer.nvidia.com/object/cg_toolkit.html for more info Note: Ogre can be compiled without the cg library, but well, you now how things will look without it. </comment> <source addr='http://developer.download.nvidia.com/cg/Cg_2.0/2.0.0010/Cg-2.0_Dec2007_x86.tar.gz' method='wget' renamefrom='us r' md5='f6191a01b22f29f7df0b1e1a013aa971' /> <install> <cmd>cp -rvp * $PREFIX</cmd> </install> </module>   <module name='ilmbase' ignore='yes'> <comment> Base library for openEXR </comment> <source addr='http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.1.tar.gz' method='wget' renamefrom='ilmbase-1. 0.1' md5='f76f094e69a6079b0beb93d97e2a217e'/> <build> <cmd>./configure --prefix=$PREFIX</cmd> <cmd>make -j 2</cmd> </build> <install> <cmd>make install</cmd> </install> </module>   <module name='openexr' ignore='yes'> <comment> Optional Library for OpenEXR HDR image file format </comment> <source addr='http://download.savannah.nongnu.org/releases/openexr/openexr-1.6.1.tar.gz' method='wget' renamefrom='openexr-1. 6.1' md5='11951f164f9c872b183df75e66de145a'/> <build> <cmd>./configure --prefix=$PREFIX</cmd> <cmd>make -j 2</cmd> </build> <install> <cmd>make install</cmd> </install> </module>   <module name='ois' ignore='yes'> <comment> Object Oriented Input System </comment> <source addr='http://prdownloads.sourceforge.net/wgois/ois-1.0RC1.tar.gz' method='wget' renamefrom='ois-1.0RC1' md5='05cbd131 fb0477e1cbd4b115ccef2c90'/> <patch addr='ois.patch' /> <build> <cmd>./bootstrap</cmd> <cmd>./configure --prefix=$PREFIX</cmd> <cmd>make -j 2</cmd> </build> <install> <cmd>make install</cmd> </install> </module>   <module name='cegui' ignore='yes'> <comment> GUI </comment> <source addr='http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-0.5.0b.tar.gz' method='wget' renamefrom='CEGUI-0.5.0' md5= 'b42322a33c6a06eede76b15f75694a17'/> <build> <cmd>./configure --prefix=$PREFIX --without-ogre-renderer</cmd> <cmd>make -j 2</cmd> </build> <install> <cmd>make install</cmd> </install> </module>   <module name='ogre' ignore='yes'> <comment> The mother of the world </comment> <!-- <source addr='http://prdownloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-5.tar.bz2' method='wget' renamefrom='ogrenew' md5='efce9ce9e2b0e2d593e45479210bd4af' /> --> <source addr='http://prdownloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-6.tar.bz2' method='wget' renamefrom='ogrenew' md5=' ef1cf73106e0387624bfdd539cdf9de6' /> <!-- Some patches should be added here!! --> <build> <cmd>./configure --prefix=$PREFIX --enable-openexr</cmd> <cmd>make -j 2</cmd> </build> <install> <cmd>make install</cmd> </install> </module>   </bootstrap>  
Personal tools