summaryrefslogtreecommitdiff
path: root/AppCSXCAD/INSTALL
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-07-05 18:02:38 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-07-05 18:02:38 +0200
commitef962f6008f25ab7cbd4ca21bcc72b97a1e2d76f (patch)
tree8149bee93d1a3f91d4503bfb3853adac4af0a85e /AppCSXCAD/INSTALL
Imported Upstream version 0.0.34
Diffstat (limited to 'AppCSXCAD/INSTALL')
-rw-r--r--AppCSXCAD/INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/AppCSXCAD/INSTALL b/AppCSXCAD/INSTALL
new file mode 100644
index 0000000..c08d291
--- /dev/null
+++ b/AppCSXCAD/INSTALL
@@ -0,0 +1,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