1------------------------------------------------------------------------------
3 --- Via Vetraia, 11 - 55049 - Viareggio ITALY ---
4 --- +390594388398 - www.caen.it ---
5------------------------------------------------------------------------------
7------------------------------------------------------------------------------
9CAEN FERS Library Readme
11------------------------------------------------------------------------------
14 -----------------------------------------------------------------------------
16 ReleaseNotes : revision History and notes
18 include : header files
19 FERSlibDemo : C demo showing how to use the main FERSlib functionalities
23 -----------------------------------------------------------------------------
24 - g++ with C++17 support
28 -----------------------------------------------------------------------------
29 - In the extracted folder run
35 The library and header files will be installed in /usr/local/lib and /usr/local/include,
38 If you want to use a different installation path, run:
39 $ ./configure --prefix=YOUR_LIB_PATH
40 Then, add then the library path to LD_LIBRARY_PATH variable
42 If you want to use a specific compiler version, run:
43 $ ./configure CXX=/pathToExe/g++-VV
44 where VV is the desired g++ version
48 -----------------------------------------------------------------------------
49 For technical support, go to https://www.caen.it/mycaen/support/ (login and
50 MyCAEN+ account required).
52 If you don't have an account or want to update your old one, find the instructions
53 at https://www.caen.it/support-services/getting-started-with-mycaen-portal/.