summaryrefslogtreecommitdiff
path: root/QCSXCAD/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'QCSXCAD/INSTALL')
-rw-r--r--QCSXCAD/INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/QCSXCAD/INSTALL b/QCSXCAD/INSTALL
new file mode 100644
index 0000000..b878959
--- /dev/null
+++ b/QCSXCAD/INSTALL
@@ -0,0 +1,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
+