Changeset d0a6a8c


Ignore:
Timestamp:
2008-05-19T15:24:18Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
d891915
Parents:
5588f7c4
Message:

update readme to be easier to follow for frugalware/debian users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r5588f7c4 rd0a6a8c  
    4747package) and `skyped` will connect to to your Skype client.
    4848
    49 NOTE: The order is important. First `skyped` starts Skype. Then `skyped` can
    50 connect to Skype, finally BitlBee can connect to `skyped`.
    51 
    52 - If you happen to be a happy Frugalware user:
     49The benefit of this architecture is that you can run Skype and `skyped`
     50on a machine different to the one where you run BitlBee (it can be even
     51a public server) and/or your IRC client.
     52
     53NOTE: The order is important. First `skyped` starts Skype. Then `skyped`
     54connects to Skype, finally BitlBee can connect to `skyped`.
     55
     56=== Installing under Frugalware
     57
     58- Install the necessary packages:
    5359
    5460----
     
    5864and you don't have to compile anything manually.
    5965
    60 - If you use Debian:
     66=== Installing under Debian
     67
     68- Install the necessary development package:
    6169
    6270----
     
    6674and you have to install `bitlbee-skype` and `skype4py` from source.
    6775
    68 - Otherwise, you need the latest stable BitlBee release:
     76=== Installing from source
     77
     78- You need the latest stable BitlBee release:
    6979
    7080----
     
    110120# python setup.py install
    111121----
     122
     123=== Configuring
    112124
    113125- Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The
Note: See TracChangeset for help on using the changeset viewer.