summaryrefslogtreecommitdiff
path: root/README.txt
blob: 47af27724cb382f957b931c794303b61f14f8ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Before building the loader communication you need to download Xalan Processor
and copy it to ./lcmodule/tools/xalan-j_2_7_1 folder.

We've been using version 2.7.1 and here is how the contents of
./lcmodule/tools/xalan-j_2_7_1 folder looks like:
serializer.jar
xalan.jar
xercesImpl.jar
xml-apis.jar

To build, first run

 make config

to create/update build path configuration.

To build the libraries, run

 make

To build debian packages, run

 make debian