Mercurial > repos > bgruening > confab
view tool_dependencies.xml @ 2:e7bb18ef7f54
Uploaded
author | bgruening |
---|---|
date | Fri, 26 Apr 2013 10:03:04 -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>