个人工具

“UbuntuHelp:Gizmo”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/Gizmo}} {{Languages|php5}} Parent: Internet and Networking [http://www.gizmoproject.com/ Gizmo] is a Free Ph...)
 
第17行: 第17行:
 
and
 
and
 
wget -c http://www.gizmoproject.com/GizmoDownload/gizmo-project_1.0.0.18-1_debian_i386.deb
 
wget -c http://www.gizmoproject.com/GizmoDownload/gizmo-project_1.0.0.18-1_debian_i386.deb
</nowiki></code>
+
</nowiki></pre>
 
version number could be different in the meantime!
 
version number could be different in the meantime!
  
第30行: 第30行:
  
 
sudo dpkg -i gizmo_0.8.0.6-1_i386.deb
 
sudo dpkg -i gizmo_0.8.0.6-1_i386.deb
</nowiki></code>
+
</nowiki></pre>
  
 
Start it with the following command in your shell:
 
Start it with the following command in your shell:
 
<pre><nowiki>
 
<pre><nowiki>
 
gizmo
 
gizmo
</nowiki></code>
+
</nowiki></pre>
  
 
== Troublehshooting ==
 
== Troublehshooting ==

2007年5月13日 (日) 12:30的版本

Parent: Internet and Networking

Gizmo is a Free Phone for Your Computer, very similar to Skype but it's using the SIP protocol.

Be aware that the linux version is still in alpha stage!

Download

Download the latest version and the additional two packages from their webpage

wget -c http://www.gizmoproject.com/GizmoDownload/bonjour_107.1-0.0.0.50.linspire0.2_i386.deb
# For ALSA
wget -c http://www.gizmoproject.com/GizmoDownload/libsipphoneapi_alsa_0.78.20060211-1_i386.deb
# For OSS
wget -c http://www.gizmoproject.com/GizmoDownload/libsipphoneapi_oss_0.78.20060211-1_i386.deb
and
wget -c http://www.gizmoproject.com/GizmoDownload/gizmo-project_1.0.0.18-1_debian_i386.deb

version number could be different in the meantime!

Installation

Just install the 3 downloded packages:

sudo dpkg -i bonjour_107.1-0.0.0.50.linspire0.2_i386.deb
# For ALSA
sudo dpkg -i libsipphoneapi_alsa_0.78.20060211-1_i386.deb
# For OSS
sudo dpkg -i libsipphoneapi_oss_0.78.20060211-1_i386.deb

sudo dpkg -i gizmo_0.8.0.6-1_i386.deb

Start it with the following command in your shell:

gizmo

Troublehshooting

References


CategoryDocumentation