Mercurial > repos > bgruening > confab
comparison tool_dependencies.xml @ 0:ea7816847e5e
Uploaded
author | bgruening |
---|---|
date | Tue, 26 Mar 2013 14:52:53 -0400 |
parents | |
children | aac0c82ac354 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ea7816847e5e |
---|---|
1 <tool_dependency> | |
2 <package name="confab" version="1.0.1"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action> | |
6 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR</action> | |
7 <action type="shell_command">make</action> | |
8 <action type="shell_command">make install</action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <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> | |
15 </package> | |
16 </tool_dependency> |