CAEN FERS Library v1.1.4
SDK for FERS systems
README_Linux
Go to the documentation of this file.
1------------------------------------------------------------------------------
2 --- CAEN SpA ---
3 --- Via Vetraia, 11 - 55049 - Viareggio ITALY ---
4 --- +390594388398 - www.caen.it ---
5------------------------------------------------------------------------------
6
7------------------------------------------------------------------------------
8
9CAEN FERS Library Readme
10
11------------------------------------------------------------------------------
12
13 Content
14 -----------------------------------------------------------------------------
15 README : This file.
16 ReleaseNotes : Revision History and notes.
17 src : source files.
18 include : header files.
19 FERSlibDemo : C demo showing how to use the main FERSlib functionalities
20
21
22 SYSTEM REQUIREMENTS
23 -----------------------------------------------------------------------------
24 - A compiler supporting C99 or C11/C17.
25
26
27 INSTALLATION
28 -----------------------------------------------------------------------------
29 - In the extracted folder run
30 $ ./configure
31 $ make
32 $ sudo make install
33 $ sudo ldconfig
34
35 Library and headers will be installed in /usr/local/lib and /usr/local/include
36 respectively. In case you want to use a different installation path:
37 $ ./configure --prefix=YOUR_LIB_PATH
38 In this case, add then the library path to LD_LIBRARY_PATH
39
40
41 SUPPORT
42 -----------------------------------------------------------------------------
43 For technical support, go to https://www.caen.it/mycaen/support/ (login and
44 MyCAEN+ account required).
45
46 If you don't have an account or want to update your old one, find the instructions
47 at https://www.caen.it/support-services/getting-started-with-mycaen-portal/.