~cypheon/elfelli

Calculate and visualize electric flux lines around charged bodies
8d5643a9 — Johann Rudloff 2 years ago
[ci] Setup CI build with sourcehut
4f1f9b43 — Johann Rudloff 2 years ago
Disable deprecated gtkmm-2.4 API, add CFLAGS required for gtkmm
bd5c7015 — Johann Rudloff 2 years ago
Remove use of deprecated gtkmm-2.4 API, require gtkmm-2.4 ≥ 2.18

clone

read-only
https://git.sr.ht/~cypheon/elfelli
read/write
git@git.sr.ht:~cypheon/elfelli

You can also use your local clone with git send-email.

#ELFELLI README

Build Status

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