Changeset 720ae58


Ignore:
Timestamp:
2008-09-06T02:07:05Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
7415989
Parents:
2a8d790
Message:

initial osx instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r2a8d790 r720ae58  
    8181and you have to install `bitlbee-skype` and `skype4py` from source.
    8282
     83=== Installing under OS X
     84
     85- Install the necessary packages from ports:
     86
     87NOTE: You have to edit the Portfile manually to include the install-dev target,
     88just append install-dev after install-etc.
     89
     90----
     91# port -v install bitlbee
     92# port -v install py25-gobject
     93----
     94
     95and you have to install `bitlbee-skype`, `skype4py` and `python-gnutls` from
     96source.
     97
    8398=== Installing from source
    8499
     
    120135$ cd python-gnutls-x.x.x
    121136# python setup.py install
     137----
     138
     139NOTE: 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"
    122145----
    123146
Note: See TracChangeset for help on using the changeset viewer.