[X2Go-Commits] page changed: wiki:development:build-howto-macos:x2goclient

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Sep 26 10:57:24 CEST 2013


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/09/26 08:57
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?rev=1380185757
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-macos:x2goclient
Edit Summary: 
User        : sunweaver

@@ -8,8 +8,9 @@
  
    - Install Mac Ports on your Mac OS system
    - Take a look at the dependency list (in a terminal shell)
    - And install those dependencies
+   - Install dylibbundler
    - Get X2Go Client from X2Go Git
    - Build X2Go Client
  
  So, first install the X2Go Client dependencies:
@@ -18,16 +19,21 @@
  $ port echo depof:x2goclient
  $ sudo port install depof:x2goclient
  </code>
  
- Once the dependencies are installed, you need to install dylibbundler and tweak its
file permissions:
+ Then install dylibbundler:
  
  <code>
  $ sudo port install dylibbundler
+ </code>
+ 
+ Once the dependencies are installed, tweak some file permissions:
+ 
+ <code>
  $ sudo chmod u+w /opt/local/lib/libcrypto.1.0.0.dylib /opt/local/lib/libssl.1.0.0.dylib
  </code>
  
- If you omit the file permission tweak, dylibbundler will fail.
+ If you omit the file permission tweak, dylibbundler will fail to build/bundle X2Go Client.
  
  At last, checkout X2Go Client from Git:
  <code>
  $ git clone git://code.x2go.org/x2goclient.git



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/




More information about the x2go-commits mailing list