- Timestamp:
- 2008-09-05T19:54:46Z (16 years ago)
- Branches:
- master
- Children:
- 038fa18
- Parents:
- b414e30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
rb414e30 r56d88ba 83 83 === Installing from source 84 84 85 - You need the latest stable BitlBee release: 85 NOTE: bitlbee-skype by default builds and installs skyped and the 86 plugin. In case you just want to install the plugin for a public server 87 or 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): 86 91 87 92 ---- … … 99 104 ---- 100 105 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 101 115 - Get the plugin code (in an empty dir, or whereever you want, it does 102 116 not matter): … … 118 132 This will install the plugin to where BitlBee expects them, which is 119 133 `/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.gz125 $ cd Skype4Py-x.x.x.x126 # python setup.py install127 ----128 134 129 135 === Configuring … … 314 320 request], this is because it is still not possible (under Linux) to 315 321 `join_chat` to a public chat.. 316 317 - Add `--disable-skyped` and `--disable-plugin` switches in case one wants to318 build `bitlbee-skype` only for a public server or only for use with a public319 server.320 322 321 323 == I would like to have support for ...
Note: See TracChangeset
for help on using the changeset viewer.