EPTlib / eptlib

EPTlib - An open-source, extensible C++ library of electric properties tomography methods
Other
11 stars 2 forks source link
EPTlib logo

General information

EPTlib is an open source, extensible collection of C++ implementations of electric properties tomography (EPT) methods.

This project is under the MIT License. See LICENSE in the root directory of this package for the full text.

Building from source

The following libraries needs to be downloaded and installed before EPTlib compilation:

Optionally, Google Test is required for testing the library.

Linux users

Download the package and move in its root directory

git clone https://github.com/EPTlib/eptlib eptlib
cd eptlib

Configure, compile and install the package

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

Before installing, you can test the compiled library

ctest

Acknowledgement

This package has been developed in the framework of the 18HLT05 QUIERO Project. This project has received funding from the EMPIR Programme, co-financed by the Participating States and from the European Union's Horizon 2020 Research and Innovation Programme.

Credits

The font Dancing Script has been used for the logo.