Changeset ccb50f5


Ignore:
Timestamp:
2008-01-12T20:21:36Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
fdde7d8
Parents:
b2fa16b
Message:

update docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    rb2fa16b rccb50f5  
    5757
    5858----
    59 wget http://get.bitlbee.org/src/bitlbee-1.1.1dev.tar.gz
    60 tar xf bitlbee-1.1.1dev.tar.gz
    61 cd bitlbee-1.1.1dev
     59$ wget http://get.bitlbee.org/src/bitlbee-1.1.1dev.tar.gz
     60$ tar xf bitlbee-1.1.1dev.tar.gz
     61$ cd bitlbee-1.1.1dev
    6262----
    6363
     
    6767
    6868----
    69 ./configure
    70 make
    71 make install install-dev
     69$ ./configure
     70$ make
     71# make install install-dev
    7272----
    7373
     
    7575
    7676----
    77 git clone git://vmiklos.hu/bitlbee-skype
     77$ git clone git://vmiklos.hu/bitlbee-skype
    7878----
    7979
     
    8888
    8989----
    90 cd bitlbee-skype
    91 make prepare
    92 ./configure
    93 make
    94 make install
     90$ cd bitlbee-skype
     91$ make prepare
     92$ ./configure
     93$ make
     94# make install
    9595----
    9696
     
    116116
    117117----
    118 cd /usr/local/etc/skyped
    119 openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem \
     118# cd /usr/local/etc/skyped
     119# openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem \
    120120        -keyout skyped.key.pem
    121121----
    122122
     123NOTE: Maybe you want to adjust the permissions in the `/usr/local/etc/skyped`
     124dir. For example make it readable by just your user.
     125
    123126- Start Skype and `skyped` (the tcp server):
    124127
    125128----
    126 skype
    127 skyped
     129$ skype
     130$ skyped
    128131----
    129132
     
    149152
    150153----
    151 vncpasswd ~/.vnc/passwd
     154$ vncpasswd ~/.vnc/passwd
    152155----
    153156
     
    168171
    169172----
    170 chmod +x ~/.vnc/xstartup
     173$ chmod +x ~/.vnc/xstartup
    171174----
    172175
     
    174177
    175178----
    176 vncserver
     179$ vncserver
    177180----
    178181
     
    240243- Setting your mood text using the `nick` command.
    241244
     245- Running Skype on a machine different to BitlBee is possible, the
     246  communication is encrypted.
     247
    242248== What needs to be done (aka. TODO)
    243249
Note: See TracChangeset for help on using the changeset viewer.