Mercurial > repos > nilesh > sickle_dev
comparison tool_dependencies.xml @ 9:30f36c4faa39
moved file to bin
| author | nilesh |
|---|---|
| date | Mon, 15 Jul 2013 12:04:12 -0500 |
| parents | 7ebde7d1281c |
| children | 341d297d8a85 |
comparison
equal
deleted
inserted
replaced
| 8:7ebde7d1281c | 9:30f36c4faa39 |
|---|---|
| 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action> | 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action> |
| 8 <action type="shell_command">make</action> | 8 <action type="shell_command">make</action> |
| 9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action> | 9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action> |
| 10 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action> | 10 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action> |
| 11 <action type="shell_command">cd ./sickle && make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action> | 11 <action type="shell_command">cd ./sickle && make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action> |
| 12 <action type="move_file"> | |
| 13 <source>sickle/sickle</source> | |
| 14 <destination>$INSTALL_DIR/bin</destination> | |
| 15 </action> | |
| 12 <action type="set_environment"> | 16 <action type="set_environment"> |
| 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
| 14 </action> | 18 </action> |
| 15 </actions> | 19 </actions> |
| 16 </install> | 20 </install> |
