summaryrefslogtreecommitdiff
path: root/QCSXCAD/INSTALL
blob: b8789591034e44cb35e0ef6c29d56001b7da7ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Install instructions for the QCSXCAD library:
---------------------------------------------

1) Prerequirements:
  QCSXCAD relies on a number of libraries:
  - CSXCAD (http://openEMS.de)
  - Qt (http://qt-project.org/)

2) Build:
  - change directory to QCSXCAD
  - build:
    mkdir build
    cd build
    cmake .. -DCMAKE_INSTALL_PREFIX=<path/to/install/> -DCSXCAD_ROOT_DIR=<path/to/CSXCAD>
    make
    make install (may require root)

    Note:
      - all path informations may be stored in a localConfig.cmake
      - the default "prefix" is /usr/local