These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

need some helpt o install GTK evemon

Author
HandelsPharmi
Pharmi on CharBazaar
#1 - 2016-02-18 18:16:59 UTC  |  Edited by: HandelsPharmi
Hello Capsuleers,

I have tried to find an alternative for my good old evemon on a windows laptop.

Now I have tried out GTKevemon on my Ubunut PC

But I do not know, what went wrong...

I am still trying this...
Quote:
GtkEveMon comes in form of source code, which is located in the "src/"
directory. The source code needs to be built in order to execute it.
The required libraries to build GtkEveMon (which can be installed
using your distribution's package management) are:

libxml++ (with headers)
libgtkmm (with headers, at least version 3.0)
libcurl (with headers, compiled with encryption support)

The source does not come with a configure script. Just execute:

$ make

To build a debug version execute:

$ make debug


The terminal says:

Quote:
make[1]: Entering directory '/media/handelspharmi/System/EVEMon/gtkevemon-master/src'
make -j8 gtkevemon
make[2]: Entering directory '/media/handelspharmi/System/EVEMon/gtkevemon-master/src'
Package gtkmm-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-3.0' found
g++ -c -o api/apiskillqueue.o api/apiskillqueue.cc -Wall -Wextra -ansi -Wundef -Wconversion -pedantic -Os -std=c++11 -I/usr/include/libxml2 -I.
Package gtkmm-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-3.0' found
g++ -c -o api/apicharsheet.o api/apicharsheet.cc -Wall -Wextra -ansi -Wundef -Wconversion -pedantic -Os -std=c++11 -I/usr/include/libxml2 -I.
Package gtkmm-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-3.0' found
g++ -c -o api/apicharlist.o api/apicharlist.cc -Wall -Wextra -ansi -Wundef -Wconversion -pedantic -Os -std=c++11 -I/usr/include/libxml2 -I.
Package gtkmm-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-3.0' found
g++ -c -o api/evetime.o api/evetime.cc -Wall -Wextra -ansi -Wundef -Wconversion -pedantic -Os -std=c++11 -I/usr/include/libxml2 -I.
Package gtkmm-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-3.0' found
Traykoff
Astrology Club.
Insidious.
#2 - 2016-02-21 19:41:51 UTC
That's odd. I had little issues installing and running GtkEveMon... not sure what Linux distro you run, but all I did was:

1. Add the following to your Software sources / PPA:
deb http://ppa.launchpad.net/gtkevemon-admins/ppa/ubuntu trusty main

2. Execute the following in terminal:
$ sudo apt-get update
$ sudo apt-get install gtkevemon