/[PAMELA software]/yoda/README
ViewVC logotype

Diff of /yoda/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 1.2 by kusanagi, Tue Jul 20 13:04:50 2004 UTC
# Line 23  export LD_LIBRARY_PATH=$ROOTSYS/lib Line 23  export LD_LIBRARY_PATH=$ROOTSYS/lib
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"
# Line 60  To make yoda available using just the co Line 56  To make yoda available using just the co
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    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23