forked from thliebig/openEMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release v0.0.30 + updated NEWS + new install instructions
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
- Loading branch information
Showing
3 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters