Changeset ccb50f5 for skype/README
- Timestamp:
- 2008-01-12T20:21:36Z (17 years ago)
- Branches:
- master
- Children:
- fdde7d8
- Parents:
- b2fa16b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
rb2fa16b rccb50f5 57 57 58 58 ---- 59 wget http://get.bitlbee.org/src/bitlbee-1.1.1dev.tar.gz60 tar xf bitlbee-1.1.1dev.tar.gz61 cd bitlbee-1.1.1dev59 $ 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 62 62 ---- 63 63 … … 67 67 68 68 ---- 69 ./configure70 make71 make install install-dev69 $ ./configure 70 $ make 71 # make install install-dev 72 72 ---- 73 73 … … 75 75 76 76 ---- 77 git clone git://vmiklos.hu/bitlbee-skype77 $ git clone git://vmiklos.hu/bitlbee-skype 78 78 ---- 79 79 … … 88 88 89 89 ---- 90 cd bitlbee-skype91 make prepare92 ./configure93 make94 make install90 $ cd bitlbee-skype 91 $ make prepare 92 $ ./configure 93 $ make 94 # make install 95 95 ---- 96 96 … … 116 116 117 117 ---- 118 cd /usr/local/etc/skyped119 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 \ 120 120 -keyout skyped.key.pem 121 121 ---- 122 122 123 NOTE: Maybe you want to adjust the permissions in the `/usr/local/etc/skyped` 124 dir. For example make it readable by just your user. 125 123 126 - Start Skype and `skyped` (the tcp server): 124 127 125 128 ---- 126 skype127 skyped129 $ skype 130 $ skyped 128 131 ---- 129 132 … … 149 152 150 153 ---- 151 vncpasswd ~/.vnc/passwd154 $ vncpasswd ~/.vnc/passwd 152 155 ---- 153 156 … … 168 171 169 172 ---- 170 chmod +x ~/.vnc/xstartup173 $ chmod +x ~/.vnc/xstartup 171 174 ---- 172 175 … … 174 177 175 178 ---- 176 vncserver179 $ vncserver 177 180 ---- 178 181 … … 240 243 - Setting your mood text using the `nick` command. 241 244 245 - Running Skype on a machine different to BitlBee is possible, the 246 communication is encrypted. 247 242 248 == What needs to be done (aka. TODO) 243 249
Note: See TracChangeset
for help on using the changeset viewer.