diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-06 04:07:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-06 04:07:05 +0200 |
commit | 720ae585474d544a25598c6d92f9e9184fec80b2 (patch) | |
tree | 1e4b1a7dbe68b959b06db4bff14212d314761c7d | |
parent | 2a8d790c279612dad2f3a0f6ad3732a1cce1a72e (diff) |
initial osx instructions
-rw-r--r-- | skype/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/skype/README b/skype/README index a9ed19d8..d694e011 100644 --- a/skype/README +++ b/skype/README @@ -80,6 +80,21 @@ and you don't have to compile anything manually. and you have to install `bitlbee-skype` and `skype4py` from source. +=== Installing under OS X + +- Install the necessary packages from ports: + +NOTE: You have to edit the Portfile manually to include the install-dev target, +just append install-dev after install-etc. + +---- +# port -v install bitlbee +# port -v install py25-gobject +---- + +and you have to install `bitlbee-skype`, `skype4py` and `python-gnutls` from +source. + === Installing from source NOTE: bitlbee-skype by default builds and installs skyped and the @@ -121,6 +136,14 @@ $ cd python-gnutls-x.x.x # python setup.py install ---- +NOTE: On OS X you will need the following hacks first: + +---- +$ export LD_LIBRARY_PATH=/opt/local/lib +$ export CFLAGS="-I/opt/local/include" +$ export LDFLAGS="-L/opt/local/lib" +---- + - Get the plugin code (in an empty dir, or whereever you want, it does not matter): |