Mercurial > repos > bgruening > confab
view tool_dependencies.xml @ 4:6c8f72ee4a51
Uploaded
author | bgruening |
---|---|
date | Sat, 11 May 2013 17:13:50 -0400 |
parents | ea7816847e5e |
children | aac0c82ac354 |
line wrap: on
line source
<tool_dependency> <package name="confab" version="1.0.1"> <install version="1.0"> <actions> <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action> <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR</action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme>Compiling Confab requires g++, CMake 2.4+ and Eigen version 2 (libeigen2-dev). Optional but required for a few features is libxml2 and zlib.</readme> </package> </tool_dependency>