~cypheon/elfelli

elfelli/README.md -rw-r--r-- 1023 bytes
8d5643a9 — Johann Rudloff [ci] Setup CI build with sourcehut 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
 ELFELLI README
----------------

[![Build Status](https://travis-ci.org/cypheon/elfelli.svg?branch=master)](https://travis-ci.org/cypheon/elfelli)

This is Elfelli, a tool to calculate and visualize electric flux lines
around charged bodies.
To run Elfelli, gtkmm, at least version 2.8, needs to be installed. 


 COMPILING
-----------

To compile Elfelli, you need SCons. In many distributions you will also
need the development package of gtkmm (in Debian this is 'libgtkmm-2.4-dev').

To install the prerequisites, the following command should suffice:

    sudo apt install build-essential scons libgtkmm-2.4-dev


Compiling itself is very simple:

    scons


 INSTALLATION
--------------

To install Elfelli, simply type:

    scons install

By default, it is installed in '/usr/local'. If you want to change that
prefix, alter the install command to:

    scons install prefix=/install/prefix


 BUGS
------

If you find any, please report them at the GitHub project page:
https://github.com/cypheon/elfelli/issues