# HG changeset patch # User devteam # Date 1371755125 14400 # Node ID 90c1cbb8095a48bf866208265889690e4ee4b93d Uploaded tool dependency definition to download and install the X11 client libraries. diff -r 000000000000 -r 90c1cbb8095a tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jun 20 15:05:25 2013 -0400 @@ -0,0 +1,23 @@ + + + + + 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 + ./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. + + \ No newline at end of file