Gnocky is a [http://gtk.org GLib2/GTK+2] frontend for [http://www.gnokii.org gnokii] using [http://glade.gnome.org/ libglade] == 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 libX11-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 [[Config|Gnokii Configuration]]. == Troubleshooting == === undefined reference to `g_thread_init' === Can be solved with the following parameter for configure ./configure LIBS=-lgthread-2.0 == Weblinks == * [http://freshmeat.net/projects/gnocky/ freshmeat.net: Project details for Gnocky]