A page in your DokuWiki was added or changed. Here are the details: Date : 2013/09/26 08:55 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0 IP-Address : 134.245.254.47 Hostname : m-047.informatik.uni-kiel.de Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-macos:x2goclient?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-macos:x2goclient Edit Summary: User : sunweaver @@ -53,9 +53,9 @@ | $X2GO_CLIENT_DIR | Directory containing the x2goclient source tree | $X2GO_BASE_DIR/x2goclient-git | | $X2GO_DIST_SRC | Directory containing x2goclient dependencies source trees | $X2GO_CLIENT_DIR/dist | | $X2GO_DIST_INST | Installation directory of x2goclient dependencies | $X2GO_DIST_SRC/inst | | $NX_BASE_DIR | Common NX directory | /usr/src/NX | - | $NX_LIBS_SRC | Directory containing the NX libs source tree | $NX_BASE_DIR/nx-libs-git | + | $NX_LIBS_SRC | Directory containing the NX libs source tree | $NX_BASE_DIR/nx-libs-src | | $NX_DIST_SRC | Directory containing NX libs dependencies source trees | $NX_BASE_DIR/dist | | $NX_DIST_INST | Installation directory of NX libs dependencies | $NX_DIST_SRC/inst | ==== Get the sources ==== @@ -94,9 +94,11 @@ Fetch the NX libraries sources. <code> - # git clone git://code.x2go.org/nx-libs.git nx-libs-git + $ wget http://code.x2go.org/releases/source/nx-libs/nx-libs-<version>-lite.tar.gz + $ tar xzf nx-libs-<version>-lite.tar.gz + $ mv nx-libs-<version> nx-libs-src </code> Prepare the dependencies directories. -- This mail was generated by DokuWiki at http://wiki.x2go.org/