# HG changeset patch # User iuc # Date 1386222702 18000 # Node ID 7ea6c450ec79dc2b3523ad63557eae7c08b5b9b9 Uploaded diff -r 000000000000 -r 7ea6c450ec79 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Dec 05 00:51:42 2013 -0500 @@ -0,0 +1,22 @@ + + + + + ftp://ftp.x.org/pub/X11R7.7/src/proto/xproto-7.0.23.tar.bz2 + ./configure --prefix=$INSTALL_DIR + make && make install + + $INSTALL_DIR/include + + ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2 + libX11-1.5.0 + ./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include' + make && make install + + $INSTALL_DIR/lib + + + + Xlib is an X Window System protocol client library written in the C programming language. It contains functions for interacting with an X server. These functions allow programmers to write programs without knowing the details of the protocol. Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits. + +