comparison tool_dependencies.xml @ 3:606703ea4f8b

Uploaded
author bgruening
date Wed, 19 Feb 2014 15:28:25 -0500
parents 04d3442399b7
children ef76acc1441b
comparison
equal deleted inserted replaced
2:04d3442399b7 3:606703ea4f8b
24 <package name="libpng" version="1.6.7" /> 24 <package name="libpng" version="1.6.7" />
25 </repository> 25 </repository>
26 </action> 26 </action>
27 27
28 <action type="shell_command"> 28 <action type="shell_command">
29 ./configure CPPFLAGS="-I$READLINE_INCLUDE_PATH -I${LIBPNG_ROOT}/include" LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -L${LIBPNG_ROOT}/lib --with-libpng -lreadline -lncurses" --enable-R-shlib --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR --datarootdir=$INSTALL_DIR/share/ 29 ./configure CPPFLAGS="-I$READLINE_INCLUDE_PATH -I${LIBPNG_ROOT}/include" LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -L${LIBPNG_ROOT}/lib -lreadline -lncurses" --with-libpng --enable-R-shlib --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR --datarootdir=$INSTALL_DIR/share/
30 </action> 30 </action>
31 31
32 <action type="shell_command">make</action> 32 <action type="shell_command">make</action>
33 <action type="shell_command">make install</action> 33 <action type="shell_command">make install</action>
34 <action type="set_environment"> 34 <action type="set_environment">