Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.01 KB
  1. Checkout from repository:
   [shell] cd /home/user/git
   [shell] git clone https://github.com/gsi-ee/dabc.git
  1. Compile with cmake
   [shell] mkdir build
   [shell] cd build
   [shell] cmake /home/user/git/dabc
   [shell] make -j

One could switch on/off different plugins calling cmake -Dverbs=OFF

  1. Install with cmake
   [shell] mkdir -p /home/user/soft/dabc
   [shell] cmake /home/user/soft/dabc -DCMAKE_INSTALL_PREFIX=/home/user/soft/dabc
   [shell] make -j
   [shell] cmake --install .
  1. After successful compilation "dabclogin" script will be generated, which should be called like ". dabclogin" before dabc can be used

  2. Use executable "dabc_exe you_file.xml" for single node applications, "dabc_run you_file.xml" for multi-node applications

  3. Read the DABC online documentation (on https://dabc.gsi.de) for further information how to configure the DABC and how to use the GUI!

Please contact the DABC developer team for any bug reports and wishes!