【角色茶桌】—— Skype for Linux (static)
| 本帖最後由 角色 於 2011-10-22 00:56 編輯 
 1. Log in as root
 
 2. Change the current directory to /usr/src
 
 3. Change the current directory to /usr/src
 
 4. Obtain the Skype for Linux (static) skype_static-2.1.0.81.tar.bz2 from the web.
 
 5. Untar the file
 6. Create symbolic links複製代碼tar xjvf skype_static-2.1.0.81.tar.bz2
複製代碼ln -s skype_static-2.1.0.81 skype
ln -s /usr/src/skype /usr/share/skype
ln -s /usr/src/skype/skype /usr/bin/skype 
 |