Mercurial > repos > bgruening > confab
diff tool_dependencies.xml @ 0:ea7816847e5e
Uploaded
author | bgruening |
---|---|
date | Tue, 26 Mar 2013 14:52:53 -0400 |
parents | |
children | aac0c82ac354 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Mar 26 14:52:53 2013 -0400 @@ -0,0 +1,16 @@ +<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>