A page in your DokuWiki was added or changed. Here are the details: Date : 2013/09/26 12:06 Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20100101 Firefox/23.0 IP-Address : 188.195.64.106 Hostname : 188-195-64-106-dynip.superkabel.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: fix formatting User : neverpanic @@ -13,9 +13,9 @@ ===== Build X2Go Client using MacPorts ===== X2Go Client is available from MacPorts, maintained by Clemens Lang, who currently also build the official X2Go Client DMGs. - If you just want to get a working version of X2Go Client you can run <code>$ sudo port install x2goclient</code>. + If you just want to get a working version of X2Go Client you can run ''$ sudo port install x2goclient''. If you want to build a re-distributable DMG image such as the one available from the website, follow these steps (assuming you already have MacPorts installed): **Steps summarized:** @@ -45,15 +45,15 @@ </code> If you want to build a specific version of X2Go Client, select that version with ''git checkout <version>''. If you want to look around what versions are available, use ''git tag'' which will present you a list of valid version tags to use for checkout. - In the X2Go Client source directory, simply run the ''macbuild.sh'' script. Depending on your OS and your needs, you might want to adjust the lines mentioning <code>QMAKE_MAX_SDK</code>, <code>QMAKE_MACOSX_DEPLOYMENT_TARGET</code> and the <code>CONFIG</code> line that contains the target architectures. Once done, run + In the X2Go Client source directory, simply run the ''macbuild.sh'' script. Depending on your OS and your needs, you might want to adjust the lines mentioning ''QMAKE_MAX_SDK'', ''QMAKE_MACOSX_DEPLOYMENT_TARGET'' and the ''CONFIG'' line that contains the target architectures. Once done, run <code> $ ./macbuild.sh </code> - to generate <code>x2goclient.dmg</code>. + to generate ''x2goclient.dmg''. ===== Build X2Go Client from Scratch (w/o Mac Ports) ===== ==== Variables ==== -- This mail was generated by DokuWiki at http://wiki.x2go.org/