Difference between revisions of "Instalasi PSKmail client"

From OnnoWiki
Jump to navigation Jump to search
(New page: Download the archive from the pskmail download repository and untar it. tar zxvf pskmail_client-0.8.2.tar.gz cd into the new directory cd pskmail-0.8.2 The install procedure of the pskmai...)
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Download the archive from the pskmail download repository and untar it.
+
[[Image:Orari.jpg|right|100px|thumb|[[Organisasi Amatir Radio Indonesia]]]]
tar zxvf pskmail_client-0.8.2.tar.gz
+
==Compile Fldigi==
cd into the new directory
 
cd pskmail-0.8.2
 
  
The install procedure of the pskmail client
+
* [[Compile Fldigi]]
has been divided in two scripts:
 
  
    * libinstall.sh to install necessary libraries
 
    * install.sh to install the latest version
 
  
 +
==Siapkan Dependencies==
  
Installing libraries and Fldigi
+
# apt-get install libnet-ssleay-perl libdigest-crc-perl \
 +
libgtk2-gladexml-perl libio-socket-ssl-perl elinks lynx libhamlib-utils gpsd
 +
 +
Tampaknya perintah apt-get di bawah salah :( ..
  
You need to be connected to the internet to install the following packages:
+
# apt-get install Gtk2-init perl-Gtk2-GladeXML Glib perl-DB_File
libportaudio2, libhamlib2 and fldigi.
 
  
and the needed libraries:
+
Install modul [[perl]]
libgtk2-gladexml-perl, libdigest-crc-perl, gpsd, Net::GPSD.
 
  
To install them just run the script from the installation directory
+
cpan YAML
 +
cpan Gtk2::GladeXML
 +
cpan Digest::CRC
 +
cpan IO::Handle
 +
cpan ExtUtils::Depends
 +
cpan ExtUtils::PkgConfig
 +
cpan Net::GPSD
  
sudo ./libinstall.sh
+
Atau menggunakan cara
  
Installing pskmail
+
cpan YAML
 +
cpan Gtk2::GladeXML Digest::CRC IO::Handle ExtUtils::Depends ExtUtils::PkgConfig Net::GPSD
  
To install the newest version run the install.sh script from
+
==Instalasi PSKmail Client==
the installation directory:
 
  
sudo ./install.sh
+
Download PSKmail client versi terakhir dari
  
The install script copies the executables to their proper location
+
http://hermes.esrac.ele.tue.nl/pskmail/
and makes a directory ~/.pskmail which contains your Inbox, Outbox etc.
 
  
Running pskmail
+
Seperti
  
Do pskmail from a terminal. Keep the terminal open.
+
http://hermes.esrac.ele.tue.nl/pskmail/pskmail-1.1.tar.gz
  
 +
Extract dan install
  
 +
cd ~
 +
cp pskmail-1.1.tar.gz ~
 +
tar zxvf pskmail-1.1.tar.gz
 +
cd pskmail-1.1/
 +
sudo ./libinstall.sh
 +
sudo ./install.sh
  
 +
==Menjalankan PSKmail==
  
 +
fldigi &
 +
pskmail
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 
* [[Komunikasi Digital Amatir]]
 
* [[Komunikasi Digital Amatir]]
 +
 +
[[Category: ORARI]]

Latest revision as of 09:40, 11 May 2010

Compile Fldigi


Siapkan Dependencies

# apt-get install libnet-ssleay-perl libdigest-crc-perl \
libgtk2-gladexml-perl libio-socket-ssl-perl elinks lynx libhamlib-utils gpsd

Tampaknya perintah apt-get di bawah salah :( ..

# apt-get install Gtk2-init perl-Gtk2-GladeXML Glib perl-DB_File

Install modul perl

cpan YAML
cpan Gtk2::GladeXML
cpan Digest::CRC
cpan IO::Handle
cpan ExtUtils::Depends
cpan ExtUtils::PkgConfig
cpan Net::GPSD

Atau menggunakan cara

cpan YAML
cpan Gtk2::GladeXML Digest::CRC IO::Handle ExtUtils::Depends ExtUtils::PkgConfig Net::GPSD

Instalasi PSKmail Client

Download PSKmail client versi terakhir dari

http://hermes.esrac.ele.tue.nl/pskmail/

Seperti

http://hermes.esrac.ele.tue.nl/pskmail/pskmail-1.1.tar.gz

Extract dan install

cd ~
cp pskmail-1.1.tar.gz ~
tar zxvf pskmail-1.1.tar.gz 
cd pskmail-1.1/
sudo ./libinstall.sh 
sudo ./install.sh

Menjalankan PSKmail

fldigi &
pskmail

Pranala Menarik