update install instruction
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
38ff1ce28c
commit
fcd506b664
6
INSTALL
6
INSTALL
@ -15,11 +15,13 @@ Install instructions for openEMS:
|
|||||||
2) Build:
|
2) Build:
|
||||||
- change directory to openEMS
|
- change directory to openEMS
|
||||||
- build:
|
- build:
|
||||||
qmake PREFIX=<path/to/install/> CSXCAD_ROOT=<path/to/CSXCAD> openEMS.pro
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -DCMAKE_INSTALL_PREFIX=<path/to/install/> -DFPARSER_ROOT_DIR=<path/to/fparser> -DCSXCAD_ROOT_DIR=<path/to/CSXCAD>
|
||||||
make
|
make
|
||||||
make install (may require root)
|
make install (may require root)
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
- all path informations may be stored in a localPathes.pri
|
- all path informations may be stored in a localConfig.cmake
|
||||||
- the default "prefix" is /usr/local
|
- the default "prefix" is /usr/local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user