Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.68 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.68 KB

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.