README 296 Bytes
Newer Older
1 2 3
I. Use with GNU make

1) set path in makefile according to your operating system
Kostyleva D.A's avatar
Kostyleva D.A committed
4 5 6 7 8 9 10 11

2) type in terminal:

	make all
	make htmldoc
	make install

3) add the install folder to LD_LIBRARY_PATH
12 13 14 15 16 17 18 19 20 21

II. Use with cmake (TELoss.so build only in this commit)

1) mkdir build

2) cd build

3) cmake ..

4) make