forked from CaltechPrecisionTiming/qaqc_jig
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathReadme.txt
58 lines (30 loc) · 1.33 KB
/
Readme.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
----------------------------------------------------------------------
--- CAEN SpA - Computing Systems Division ---
----------------------------------------------------------------------
CAENComm Library Readme file
----------------------------------------------------------------------
Package for Linux
June 2021
The complete documentation can be found in the User's Manual on CAEN's web
site at: http://www.caen.it.
Content
-------
Readme.txt : This file.
ReleaseNotes.txt : Release Notes of the last software release.
lib : Directory containing the library binary file
and an install script.
include : Directory containing the relevant header files.
System Requirements
-------------------
- CAENVMELib library version 3.2 or above.
- Linux glibc 2.19 or greater
Installation notes
------------------
- Login as root
- Copy the needed files on your work directory
To install the dynamic library:
- Go to the library directory
- Execute:
sh install to install the 32bit version of the library
sh install_x64 to install the 64bit version of the library
The installation copies and installs the library in /usr/lib.