Changeset 215 for trunk

Show
Ignore:
Timestamp:
06/22/08 13:26:28 (5 months ago)
Author:
zany
Message:

adding bootstrap helper

Location:
trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r182 r215  
    6767 
    6868 
     69Building from CVS/SVN/GIT 
     70------------------------- 
     71 
     72Prepare the source tree with: 
     73        # autoreconf --install --force 
     74 
     75If that doesn't work or you want to control the individual steps run: 
     76 
     77        # aclocal --force -I m4 
     78        # libtoolize --copy --force     ||      glibtoolize --copy --force 
     79        # autoconf --force 
     80        # autoheader --force 
     81        # automake --add-missing --copy --force-missing 
     82 
     83Then do a full configure and make: 
     84        # ./configure --enable-swig --enable-builddocs && make 
     85 
     86 
    6987Further Development 
    7088-------------------