Changes between Version 4 and Version 5 of Development/Packaging/OSX


Ignore:
Timestamp:
09/15/2015 10:51:07 AM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Packaging/OSX

    v4 v5  
    44 
    55 1. Install XCode 
    6  1. https://wiki.gnome.org/Projects/GTK+/OSX/Building 
     6 1. Jhbuild Installhttps://wiki.gnome.org/Projects/GTK+/OSX/Building 
    77 {{{ 
    88wget https://git.gnome.org/browse/gtk-osx/plain/gtk-osx-build-setup.sh 
     
    3838jhbuild -m libtorrent.modules build libtorrent  
    3939}}} 
    40  * Note 1: Openssl seems to have an issue building with `make -j 2` 
    41  * Note 2: Boost install dir issue 
     40 Currently need to run build or install commands manually from `jhbuild shell` 
     41 * Note 1: Openssl error 'libcrypto is a fat file' is due to mixing arch types in build. 
     42 * Note 2: Boost install dir issue. 
     43 * Note 3: libtorrent branch line not quite correct either. 
    4244 1. [https://pip.pypa.io/en/latest/installing/ Install Python pip] and Deluge dependencies: 
    4345 {{{