release changes, gui compile via anaconda changes

This commit is contained in:
maliakal_d 2018-02-27 10:29:56 +01:00
parent aa2c535b4f
commit 64c18469bd
4 changed files with 18 additions and 3 deletions

View File

@ -13,7 +13,7 @@ find_package(Qt4)
find_package(Qwt 6) find_package(Qwt 6)
find_package(CBF) find_package(CBF)
find_package(Doxygen) find_package(Doxygen)
find_package(PNG REQUIRED)
if (USE_HDF5) if (USE_HDF5)
find_package(HDF5 1.10 COMPONENTS CXX) find_package(HDF5 1.10 COMPONENTS CXX)

View File

@ -52,6 +52,7 @@ If you have any python related questions or comments, please send them to:
CONTENTS CONTENTS
- Firmware Requirements
- Changes in User Interface - Changes in User Interface
- New Features - New Features
- Resolved Issues - Resolved Issues
@ -59,6 +60,20 @@ CONTENTS
Firmware Requirements
=====================
Gotthard
========
Minimum compatible version: old one
Latest version:
08.02.2018 (50um and 25um Master)
09.02.2018 (25 um Slave): Solves bugs.
Changes in User Interface Changes in User Interface
========================= =========================

View File

@ -34,7 +34,7 @@ MYTHEN, GOTTHARD, EIGER and JUNGFRAU.\bigskip
detectors, data receivers (to process detector data), and the client (to control detectors, data receivers (to process detector data), and the client (to control
or monitor the system). The client and data receivers can be embedded in or monitor the system). The client and data receivers can be embedded in
the user's acquisitions system. Furthermore, the package also provides some the user's acquisitions system. Furthermore, the package also provides some
tools for detector calibration.\bigskip tools for detector calibration.
\subsection{Binaries} \subsection{Binaries}
\noindent The complete software package is composed of several programs which \noindent The complete software package is composed of several programs which

View File

@ -119,7 +119,7 @@ target_link_libraries(slsDetectorGui
pthread pthread
zmq zmq
rt rt
# png png
z z
Qt4::QtOpenGL Qt4::QtOpenGL
Qt4::QtSvg Qt4::QtSvg