Changeset 5293707


Ignore:
Timestamp:
2008-05-13T09:33:31Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
bd85ec5
Parents:
71dd27d
Message:

add more detailed info on how to install skype4py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r71dd27d r5293707  
    5353
    5454----
    55 # pacman-g2 -S bitlbee-skype
     55# pacman-g2 -S bitlbee-skype skype4py
    5656----
    5757
     
    6464----
    6565
    66 and you have to install `bitlbee-skype` from source.
     66and you have to install `bitlbee-skype` and `skype4py` from source.
    6767
    6868- Otherwise, you need the latest stable BitlBee release:
     
    103103----
    104104
    105 - Install http://skype4py.sourceforge.net/[Skype4Py].
     105- To install http://skype4py.sourceforge.net/[Skype4Py] from source:
     106
     107----
     108$ tar -zxvf Skype4Py-x.x.x.x.tar.gz
     109$ cd Skype4Py-x.x.x.x
     110# python setup.py install
     111----
    106112
    107113- Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The
Note: See TracChangeset for help on using the changeset viewer.