1 |
Install procedure 2.0 - Nagni 20 September 2004 |
Install procedure 2.x - Nagni 10 October 2004 |
2 |
|
|
3 |
To install YODA: |
To install YODA: |
4 |
|
|
25 |
4) execute the following commands |
4) execute the following commands |
26 |
|
|
27 |
$ cd $YODA_ROOT |
$ cd $YODA_ROOT |
28 |
|
$ autoheader |
29 |
$ libtoolize (eventually "libtoolize --force") |
$ libtoolize (eventually "libtoolize --force") |
30 |
$ aclocal |
$ aclocal |
|
$ autoheader |
|
31 |
$ automake -a |
$ automake -a |
32 |
$ autoconf |
$ autoconf |
33 |
$ export CXXFLAGS="-g" |
$ export CXXFLAGS="-g" |
46 |
$ make |
$ make |
47 |
|
|
48 |
|
|
49 |
------>NOTE<------ |
------>NOTE 1<------ |
50 |
This procedure will generate the code in the same directory YODA |
This procedure will generate the code in the same directory YODA |
51 |
sources has been copied. |
sources has been copied. |
52 |
The executable file name is techmodelreader and it's located in |
The executable file name is techmodelreader and it's located in |
57 |
|
|
58 |
ln -s techmodel/.libs/techmodelreader /usr/local/bin/yoda |
ln -s techmodel/.libs/techmodelreader /usr/local/bin/yoda |
59 |
|
|
60 |
|
------>NOTE 2<------ |
61 |
|
On the source code is supplied also a tipical configuratin file for the Log4cxx tool. |
62 |
|
The file is named log4cxx.conf and is designed to be put into the YODA_DATA directory, |
63 |
|
but with some small variation can be placed everywhere. |
64 |
|
|
65 |
|
|