1 |
Install procedure 2.0 - Nagni 20 September 2004 |
Install procedure 2.x - Nagni 23 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" |
35 |
that a look at the configure options |
that a look at the configure options |
36 |
$ ./configure --help |
$ ./configure --help |
37 |
|
|
|
if you want to install executable in the same directory of source code |
|
38 |
$ ./configure |
$ ./configure |
39 |
|
|
|
|
|
|
else |
|
|
$ ./configure --libexecdir=yourDirectory |
|
|
|
|
|
and finally |
|
40 |
$ make |
$ make |
41 |
|
|
42 |
|
then became ROOT user to install YODA |
43 |
|
|
44 |
------>NOTE<------ |
$ make install |
|
This procedure will generate the code in the same directory YODA |
|
|
sources has been copied. |
|
|
The executable file name is techmodelreader and it's located in |
|
|
TECHMODEL directory. |
|
|
To make yoda available using just the command "yoda" from every location |
|
|
just making a softlink to techmodel/.libs/techmodelreader in /usr/bin |
|
|
directory (root privileges are needed!) |
|
|
|
|
|
ln -s techmodel/.libs/techmodelreader /usr/local/bin/yoda |
|
45 |
|
|
46 |
|
|
47 |
|
------>NOTE 1<------ |
48 |
|
On the source code is supplied also a tipical configuratin file for the Log4cxx tool. |
49 |
|
The file is named log4cxx.conf and is designed to be put into the YODA_DATA directory, |
50 |
|
but with some small variation can be placed everywhere. |
51 |
|
|
52 |
|
------>NOTE 2<------ |
53 |
|
Because of major changes in ROOT, Trees produced with a version of ROOT greater than 4.01/02 |
54 |
|
cannot be read by older ROOT versions. |