Changeset 56d88ba


Ignore:
Timestamp:
2008-09-05T19:54:46Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
038fa18
Parents:
b414e30
Message:

docu update and remove todo item

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    rb414e30 r56d88ba  
    8383=== Installing from source
    8484
    85 - You need the latest stable BitlBee release:
     85NOTE: bitlbee-skype by default builds and installs skyped and the
     86plugin. In case you just want to install the plugin for a public server
     87or you want to use skyped with a public server, you don't need both.
     88
     89- You need the latest stable BitlBee release (unless you want to use a
     90  public server):
    8691
    8792----
     
    99104----
    100105
     106- To install http://skype4py.sourceforge.net/[Skype4Py] from source
     107  (unless you want to install the plugin for a public server):
     108
     109----
     110$ tar -zxvf Skype4Py-x.x.x.x.tar.gz
     111$ cd Skype4Py-x.x.x.x
     112# python setup.py install
     113----
     114
    101115- Get the plugin code (in an empty dir, or whereever you want, it does
    102116  not matter):
     
    118132This will install the plugin to where BitlBee expects them, which is
    119133`/usr/local/lib/bitlbee` if you installed BitlBee from source.
    120 
    121 - To install http://skype4py.sourceforge.net/[Skype4Py] from source:
    122 
    123 ----
    124 $ tar -zxvf Skype4Py-x.x.x.x.tar.gz
    125 $ cd Skype4Py-x.x.x.x
    126 # python setup.py install
    127 ----
    128134
    129135=== Configuring
     
    314320  request], this is because it is still not possible (under Linux) to
    315321  `join_chat` to a public chat..
    316 
    317 - Add `--disable-skyped` and `--disable-plugin` switches in case one wants to
    318   build `bitlbee-skype` only for a public server or only for use with a public
    319   server.
    320322
    321323== I would like to have support for ...
Note: See TracChangeset for help on using the changeset viewer.