GithubHelp home page GithubHelp logo

gtkevemon's Introduction

GtkEveMon
=========

This is the README file for GtkEveMon. It covers:

* Building GtkEveMon
* Running GtkEveMon
* Installing GtkEveMon
* Uninstalling GtkEveMon


STEP 1: BUILDING
=====================================================================

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 2.4)
	libssl (with headers)

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

    $ make

To build a debug version execute:

    $ make debug

STEP 2: RUNNING
=====================================================================

Note that you DO NOT NEED to install GtkEveMon in order to use it.
If you don't want to install GtkEveMon, just execute GtkEveMon with:

    $ ./src/gtkevemon

Once you install GtkEveMon (read below), type "gtkevemon" anywhere 
in your system or make a shortcut in your window manager.


OPTION: INSTALLING
=====================================================================

Make sure your current working directory is relative to this file.
To install GtkEveMon execute the following command (as super user):

    # make install

The files will be installed to "/usr/local/bin". If you want to change
that, edit the Makefile.

Configuration files as well as data files (SkillTree.xml and
CertificateTree.xml) are placed in "~/.gtkevemon" whether you
install GtkEveMon or not.


OPTION: UNINSTALLING
=====================================================================

If you want to uninstall GtkEveMon, just type
following command (as super user):

    # make uninstall

This will not remove the data in your home directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.