  -----------------------------------------------------------------------------

                   --- CAEN SpA - Computing Division ---

                                www.caen.it

  -----------------------------------------------------------------------------

  Program: WaveDump2


  -----------------------------------------------------------------------------


  Content
  -----------------------------------------------------------------------------
  README        : This file.
  ReleaseNotes  : Revision History and notes.
  src           : Source files.
  include       : Include files.
  forms         : Forms files.
  Resources     : Resource files.
  WaveDump2.pro : Project file.


  Copyright notice
  -----------------------------------------------------------------------------
  Copyright (C) 2020-2025 CAEN SpA

  WaveDump2 is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or (at your
  option) any later version.

  WaveDump2 is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  for more details.

  You should have received a copy of the GNU General Public License along
  with the CAEN FE Library; if not, see https://www.gnu.org/licenses/.

  The license applies to the WaveDump2 source as a whole, though individual source
  files can have a different license which is required to be compatible with the
  GNU General Public Library, version 3. You may find more details on the
  Credits section of this file.


  Credits
  -----------------------------------------------------------------------------
  WaveDump2 is made possible by other third part open source software.
  - Qt 5
    - https://www.qt.io/
    - GNU GPLv3 license
    - shared libraries included
  - QCustomPlot
    - https://www.qcustomplot.com/
    - GNU GPLv3 license
    - sources included


  Software dependencies
  -----------------------------------------------------------------------------
  Along with the source code, this package contains also a binary version of
  this software and the required shared libraries. Binaries have been build on
  Debian Stretch and are linked against Qt libraries provided by that
  distribution.
  
  - x86_64-linux-gnu
      - GCC >= 6.3 
      - glibc >= 2.24
      - g++ >= 5.4.1


  The user may find the source code of the included binaries on:
  - CAEN libraries: https://www.caen.it/products/caen-felib-library/
  - Qt 5 libraries: https://tracker.debian.org/pkg/qtbase-opensource-src
  - QCustomPlot: https://www.qcustomplot.com/

  Users that wants to compile this software are required to get the following
  additional software:
  - CAEN FELib
    - full package from https://www.caen.it/products/caen-felib-library/
  - CAEN Dig2
    - full package from https://www.caen.it/products/caen-felib-library/
  - Qt 5
    - developer package from your distribution package manager


  Install WaveDump2
  -----------------------------------------------------------------------------
  Run the install script as sudo:

  sudo ./install.sh


  How to get support
  -----------------------------------------------------------------------------
  For technical support, go to https://www.caen.it/mycaen/support/ (login and
  MyCAEN+ account required).
