Gnocky
From GnokiiWiki
Gnocky is a GLib2/GTK+2 frontend for gnokii using libglade
Contents |
Installation
You can download source-packages at http://www.gnokii.org/download/gnocky/
Ubuntu users can get it from http://www.getdeb.net/software/Gnocky
Debian / Ubuntu
Install the following dependencies from
sudo apt-get install build-essential libgtk2.0-dev libglib2.0-dev libglade2-dev libgnokii3-dev libusb-dev
extract the gnocky archive and compile as usual
./configure make
you can test the binary by executing
./src/gnocky
and install with either make install or checkinstall.
Fedora / Red Hat / CentOS
Install the following dependencies from
sudo yum groupinstall "Development Tools" sudo yum install gtk2-devel glib2-devel libglade2-devel gnokii-devel gettext-devel
extract the gnocky archive and compile as usual
./configure make
you can test the binary by executing
./src/gnocky
and install it with
make install
Configuration
Open "Edit -> Preferences" and set the variables according to Gnokii Configuration.
Troubleshooting
undefined reference to `g_thread_init'
Can be solved with the following parameter for configure
./configure LIBS=-lgthread-2.0