- Timestamp:
- 2008-05-19T15:24:18Z (17 years ago)
- Branches:
- master
- Children:
- d891915
- Parents:
- 5588f7c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r5588f7c4 rd0a6a8c 47 47 package) and `skyped` will connect to to your Skype client. 48 48 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: 49 The benefit of this architecture is that you can run Skype and `skyped` 50 on a machine different to the one where you run BitlBee (it can be even 51 a public server) and/or your IRC client. 52 53 NOTE: The order is important. First `skyped` starts Skype. Then `skyped` 54 connects to Skype, finally BitlBee can connect to `skyped`. 55 56 === Installing under Frugalware 57 58 - Install the necessary packages: 53 59 54 60 ---- … … 58 64 and you don't have to compile anything manually. 59 65 60 - If you use Debian: 66 === Installing under Debian 67 68 - Install the necessary development package: 61 69 62 70 ---- … … 66 74 and you have to install `bitlbee-skype` and `skype4py` from source. 67 75 68 - Otherwise, you need the latest stable BitlBee release: 76 === Installing from source 77 78 - You need the latest stable BitlBee release: 69 79 70 80 ---- … … 110 120 # python setup.py install 111 121 ---- 122 123 === Configuring 112 124 113 125 - Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The
Note: See TracChangeset
for help on using the changeset viewer.