-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (26 loc) · 979 Bytes
/
README
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
----------------------
How to install BsaCore
----------------------
To build the latex documentation source
with style sheet from SLAC/TID:
export TEXINPUTS="/afs/slac/g/lcls/tools/texmf:"
make
--------------------------------------------
How to integrate BsaCore into an application
--------------------------------------------
Check up BsaCoreIntegration.README file
in event module R4.3.8 or later
--------------------------
How to test and verify Bsa
--------------------------
Check up BsaTestScenarios.README file
in event module R4.3.8 or later
--------------------------------------------------
How to rebuild the documentation (latex required!)
--------------------------------------------------
By default, documentation is *NOT* rebuilt (since
this requires the respective tools). In order to
do so, define WITH_DOCS=YES on the command line:
make WITH_DOCS=YES
This will recreate the pdf if any of its
pre-requisites (figures, .tex source) are newer.