comparison tool_dependencies.xml @ 6:0ab667067d19 draft

Uploaded
author iuc
date Wed, 22 Jan 2014 06:58:54 -0500
parents db977b7abf06
children 649038d9380a
comparison
equal deleted inserted replaced
5:db977b7abf06 6:0ab667067d19
15 </action> 15 </action>
16 16
17 <action type="shell_command"> 17 <action type="shell_command">
18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR
19 </action> 19 </action>
20 <action type="shell_command">make SHLIB_LIBS=-lncurses</action> 20 <action type="shell_command">make SHLIB_LIBS=-lcurses</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>