23 |
|
|
24 |
3) create a directory (say YOUR_YODA) and copy the source into it |
3) create a directory (say YOUR_YODA) and copy the source into it |
25 |
|
|
26 |
4) from LIBTOOL directory copy into YOUR_YODA the following files |
4) execute the following commands |
|
|
|
|
config.guess |
|
|
config.sub |
|
|
ltmain.sh |
|
|
|
|
|
5) execute the following commands |
|
27 |
|
|
28 |
$ cd $YODA_ROOT |
$ cd $YODA_ROOT |
29 |
|
$ libtoolize (eventually "libtoolize --force") |
30 |
$ aclocal |
$ aclocal |
31 |
|
$ autoheader |
32 |
$ automake -a |
$ automake -a |
33 |
$ autoconf |
$ autoconf |
34 |
$ export CXXFLAGS="-g" |
$ export CXXFLAGS="-g" |
56 |
just making a softlink to techmodel/.libs/techmodelreader in /usr/bin |
just making a softlink to techmodel/.libs/techmodelreader in /usr/bin |
57 |
directory (root privileges are needed!) |
directory (root privileges are needed!) |
58 |
|
|
59 |
ln -s techmodel/.libs/techmodelreader /usr/bin/yoda |
ln -s techmodel/.libs/techmodelreader /usr/local/bin/yoda |
60 |
|
|
61 |
|
|
62 |
|
|