A page in your DokuWiki was added or changed. Here are the details: Date : 2013/09/26 08:51 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: [Dependencies] User : sunweaver @@ -227,17 +227,16 @@ **Run the following commands as a regular, non-root user. You'll need the root password to install them.** - **1. FIXME -> nxproxy has to be installed from nx-libs.git - Install nxproxy from git** + **1. + Install nxproxy from the nx-libs-lite tarball** <code> - $ git clone git://code.x2go.org/nxproxy - $ cd nxproxy - $ autoconf - $ ./configure --prefix=/usr - $ make + $ wget http://code.x2go.org/releases/source/nx-libs/nx-libs-<version>-lite.tar.gz + $ tar xzf nx-libs-<version>-lite.tar.gz + $ cd nx-libs-<version> + $ PREFIX=/usr make $ su -c "make install" </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/