fdhwlib  2.0.25
Installation of the FD-das event libraries for Windows

Install sources

  • Install the ROOT System (the actual FD-das version is 3.00)
    • Execute the file q:/auger/Prototyp/FD-das/Root_v30006.exe
    • Update system environment variables
      ROOTSYS=c:\Programme\root
      INCLUDE=%INCLUDE%;c:\Programme\root\include
      LIB=%LIB%;c:\Programme\root\lib
      
  • Get an account at the CVS-Repositorium (ikauger1.fzk.de) and checkout the library sources
    • Set the CVS-Environment (replace username by your account)
      CVSROOT=:ext:username@ikauger1:/home/cvs-admin/auger
      CVS_RSH=ssh
      
    • Access the repository
      cvs checkout FD-das/mirror/framework
      
      Note: This operation requires cvs and ssh being installed on your machine.
  • Compile the two event libraries
    • FD-das/mirror/framework/Event/Event.dsp
    • Generate the Dictionary files FD-das/mirror/framework/Event++/makeDict.bat
    • FD-das/mirror/framework/Event++/EventPP.dsp

Install libraries (without sources)

  • Install the ROOT System (the actual FD-das version is 3.00)
    • Execute the file q:/auger/Prototyp/FD-das/Root_v30006.exe
    • Update system environment variables
      ROOTSYS=c:\Programme\root
      INCLUDE=%INCLUDE%;c:\Programme\root\include
      LIB=%LIB%;c:\Programme\root\lib
      
  • Install the libraries + header files from q:/auger/Prototyp/FD-das
    • Copy the libraries Event.lib and Event++.lib to directory in your LIB path.
    • Copy the header files to a directoy in your INCLUDE path