comparison tool_dependencies.xml @ 1:93ce0192b9db default tip

changed path variables
author 'Anmol J. Hemrom' <anmol.jh@gmail.com>
date Thu, 03 Sep 2015 13:28:19 +0100
parents 62f9f5ddf0bf
children
comparison
equal deleted inserted replaced
0:62f9f5ddf0bf 1:93ce0192b9db
8 ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks 8 ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks
9 </action> 9 </action>
10 <action type="shell_command">make</action> 10 <action type="shell_command">make</action>
11 <action type="shell_command">make install</action> 11 <action type="shell_command">make install</action>
12 <action type="set_environment"> 12 <action type="set_environment">
13 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include/ncurses</environment_variable> 13 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable>
14 <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable> 14 <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable>
15 <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable> 15 <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable>
16 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 16 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
17 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 17 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
18 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include/ncurses</environment_variable> 18 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable>
19 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include/ncurses</environment_variable> 19 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable>
20 </action> 20 </action>
21 </actions> 21 </actions>
22 </install> 22 </install>
23 <readme>ncurses (new curses) is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner</readme> 23 <readme>ncurses (new curses) is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner</readme>
24 </package> 24 </package>