Ignore:
Timestamp:
2013-04-21T19:39:39Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
c2a863d
Parents:
57b534b
Message:

skype: clean up installing section of README

These were the installation instructions for the out-of-tree plugin, no
longer relevant. Nowadays only the package names or the configure option
is interesting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/README

    r57b534b r0a7a7e9  
    5858connects to Skype, finally BitlBee can connect to `skyped`.
    5959
    60 === Installing under Frugalware or Debian
    61 
    62 - Install the necessary packages:
    63 
    64 ----
    65 # pacman-g2 -S bitlbee-skype
    66 ----
    67 
    68 or
     60=== Installing
     61
     62Either use your package manager to install the Skype plugin, using something
     63like:
    6964
    7065----
     
    7267----
    7368
    74 (the later from the unstable repo)
    75 
    76 and you don't have to compile anything manually.
    77 
    78 === Installing under OS X
    79 
    80 - Install the necessary packages from ports:
    81 
    82 NOTE: You have to edit the Portfile manually to include the install-dev target,
    83 just append install-dev after install-etc.
    84 
    85 ----
    86 # port -v install bitlbee
    87 ----
    88 
    89 and you have to install `bitlbee-skype` and `skype4py` from
    90 source.
    91 
    92 === Installing from source
    93 
    94 NOTE: bitlbee-skype by default builds and installs skyped and the
    95 plugin. In case you just want to install the plugin for a public server
    96 or you want to use skyped with a public server (like
    97 `bitlbee1.asnetinc.net`), you don't need both.
    98 
    99 - You need the latest stable BitlBee release (unless you want to use a
    100   public server):
    101 
    102 ----
    103 $ wget http://get.bitlbee.org/src/bitlbee-@BITLBEE_VERSION@.tar.gz
    104 $ tar xf bitlbee-@BITLBEE_VERSION@.tar.gz
    105 $ cd bitlbee-@BITLBEE_VERSION@
    106 ----
    107 
    108 - Now compile and install it:
    109 
    110 ----
    111 $ ./configure
    112 $ make
    113 # make install install-dev
    114 ----
    115 
    116 - To install http://skype4py.sourceforge.net/[Skype4Py] from source
    117   (unless you want to install the plugin for a public server):
    118 
    119 ----
    120 $ tar -zxvf Skype4Py-x.x.x.x.tar.gz
    121 $ cd Skype4Py-x.x.x.x
    122 # python setup.py install
    123 ----
    124 
    125 - Get the plugin code (in an empty dir, or whereever you want, it does
    126   not matter):
    127 
    128 ----
    129 $ wget http://vmiklos.hu/project/bitlbee-skype/bitlbee-skype-@VERSION@.tar.gz
    130 $ tar xf bitlbee-skype-@VERSION@.tar.gz
    131 $ cd bitlbee-skype-@VERSION@
    132 ----
    133 
    134 - Compile and install it:
    135 
    136 ----
    137 $ ./configure
    138 $ make
    139 # make install
    140 ----
    141 
    142 This will install the plugin to where BitlBee expects them, which is
    143 `/usr/local/lib/bitlbee` if you installed BitlBee from source.
     69Or install http://sourceforge.net/projects/skype4py/[Skype4Py], and build
     70BitlBee with `--skype=1`.
    14471
    14572=== Configuring
Note: See TracChangeset for help on using the changeset viewer.