I. Use with GNU make 1) set path in makefile according to your operating system 2) type in terminal: make all make htmldoc make install 3) add the install folder to LD_LIBRARY_PATH II. Use with cmake (TELoss.so build only in this commit) 1) mkdir build 2) cd build 3) cmake .. 4) make