-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME_LINUX.txt
74 lines (47 loc) · 2.26 KB
/
README_LINUX.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
-----------------------------------------------------------------------------
--- CAEN SpA - Software Division ---
-----------------------------------------------------------------------------
CAEN Dig2 Library
Readme for Linux.
-----------------------------------------------------------------------------
Copyright notice
----------------
Copyright (C) 2020-2023 CAEN SpA
The CAEN Dig2 Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The CAEN Dig2 Library 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 Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License along
with the CAEN Dig2 Library; if not, see https://www.gnu.org/licenses/.
The license applies to the CAEN Dig2 Library source as a whole, though individual
source files can have a different license which is required to be compatible
with the GNU Lesser General Public Library, version 3. You may find more details
on the Credits section of this file.
Support
-------
For technical support, go to https://www.caen.it/mycaen/support/ (login and
MyCAEN+ account required).
If you don't have an account or want to update your old one, find the instructions
at https://www.caen.it/support-services/getting-started-with-mycaen-portal/.
Content
-------
Library : Source code is provided in this package. Build and install instructions can be found on INSTALL.
Demo : Demo projects with Makefile are deployed in the demo folder of this package.
Prerequisites
-------------
- See INSTALL.
Credits
-------
The CAEN Dig2 Library is made possible by other third part open source software.
JSON for Modern C++:
- Website: https://github.com/nlohmann/json
- License: MIT License
- Copyright: Copyright 2013-2022 Niels Lohmann
spdlog, a very fast, header-only/compiled, C++ logging library:
- Website: https://github.com/gabime/spdlog
- License: MIT license
- Copyright: Copyright 2016 Gabi Melman