comparison tool_dependencies.xml @ 4:23a0e04f8c35 draft

Uploaded
author iuc
date Wed, 22 Jan 2014 06:18:23 -0500
parents e249f51b2701
children db977b7abf06
comparison
equal deleted inserted replaced
3:e249f51b2701 4:23a0e04f8c35
15 </action> 15 </action>
16 16
17 <action type="shell_command"> 17 <action type="shell_command">
18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR
19 </action> 19 </action>
20 <action type="shell_command">make SHLIB=-lncurses</action> 20 <action type="shell_command">make SHLIB_LIBS=-lncurses</action>
21 <action type="shell_command">make install</action> 21 <action type="shell_command">make install</action>
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> 24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> 25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>