forked from thliebig/openEMS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
25 lines (21 loc) · 749 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Install instructions for openEMS:
---------------------------------------------
1) Prerequirements:
openEMS relies on a number of libraries:
- CSXCAD (http://openEMS.de)
- fparser (http://warp.povusers.org/FunctionParser/)
- tinyxml (http://www.grinninglizard.com/tinyxml/)
- hdf5 (http://www.hdfgroup.org/HDF5/)
- vtk (http://www.vtk.org/)
- boost (http://www.boost.org/)
- cgal (http://www.cgal.org/)
- zlib (http://www.zlib.net/)
2) Build:
- change directory to openEMS
- build:
qmake PREFIX=<path/to/install/> CSXCAD_ROOT=<path/to/CSXCAD> openEMS.pro
make
make install (may require root)
Note:
- all path informations may be stored in a localPathes.pri
- the default "prefix" is /usr/local