Changes between Version 15 and Version 16 of Development/Packaging/OSX


Ignore:
Timestamp:
07/20/2016 09:21:48 AM (8 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Packaging/OSX

    v15 v16  
    4141jhbuild -m libtorrent.modules build meta_libtorrent  
    4242}}}  
    43   - OpenSSL will require "Skip Module (2)" when they fail at the end of installing stage as they cannot take advantage of DESTDIR path. See [https://github.com/elelay/gpodder-osx-bundle/blob/master/modulesets/patches/openssl-respect-destdir.patch patch]. 
    44   - ''Note on OpenSSL Error:'' 'libcrypto is a fat file' is due to mixing arch types (i386, x64) in build process. 
     43  - OpenSSL requires "Skip Module (2)" when install stage fails as unable to use DESTDIR path. See [https://github.com/elelay/gpodder-osx-bundle/blob/master/modulesets/patches/openssl-respect-destdir.patch patch]. 
     44  - ''Note on potential OpenSSL Error:'' 'libcrypto is a fat file' is due to mixing arch types (i386, x64) in build process. 
    4545 1. Install Deluge dependencies using [https://pip.pypa.io/en/latest/installing/ pip]: 
    4646 {{{ 
     
    4848wget https://bootstrap.pypa.io/get-pip.py 
    4949python get-pip.py 
    50 pip install twisted[tls] chardet mako pyxdg setproctitle pillow py2app pygame rencode 
     50pip install cython 
     51pip install twisted[tls] chardet mako pyxdg setproctitle pillow py2app rencode 
    5152}}} 
     53  - Note1: pygame for Notifications plugin need installed separately. 
     54  - Note2: rencode requires cython before attempting pip install. 
    5255 1. Install and package Deluge: 
    5356  a. If using release tarball download required `setup.cfg` and `osx` directory from git, run commands in deluge source directory: