File: INSTALL

package info (click to toggle)
openems 0.0.35%2Bdfsg.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,288 kB
  • sloc: cpp: 40,259; yacc: 580; lex: 350; makefile: 258; sh: 169; ruby: 19
file content (19 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Install instructions for AppCSXCAD:
---------------------------------------------

1) Prerequirements:
  AppCSXCAD relies on the QCSXCAD & CSXCAD libraries and its dependencies:
  - CSXCAD, QCSXCAD (http://openEMS.de)

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

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