- Timestamp:
- 2008-09-06T02:07:05Z (16 years ago)
- Branches:
- master
- Children:
- 7415989
- Parents:
- 2a8d790
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r2a8d790 r720ae58 81 81 and you have to install `bitlbee-skype` and `skype4py` from source. 82 82 83 === Installing under OS X 84 85 - Install the necessary packages from ports: 86 87 NOTE: You have to edit the Portfile manually to include the install-dev target, 88 just append install-dev after install-etc. 89 90 ---- 91 # port -v install bitlbee 92 # port -v install py25-gobject 93 ---- 94 95 and you have to install `bitlbee-skype`, `skype4py` and `python-gnutls` from 96 source. 97 83 98 === Installing from source 84 99 … … 120 135 $ cd python-gnutls-x.x.x 121 136 # python setup.py install 137 ---- 138 139 NOTE: On OS X you will need the following hacks first: 140 141 ---- 142 $ export LD_LIBRARY_PATH=/opt/local/lib 143 $ export CFLAGS="-I/opt/local/include" 144 $ export LDFLAGS="-L/opt/local/lib" 122 145 ---- 123 146
Note: See TracChangeset
for help on using the changeset viewer.