Changeset 215
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r182 r215 67 67 68 68 69 Building from CVS/SVN/GIT 70 ------------------------- 71 72 Prepare the source tree with: 73 # autoreconf --install --force 74 75 If 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 83 Then do a full configure and make: 84 # ./configure --enable-swig --enable-builddocs && make 85 86 69 87 Further Development 70 88 -------------------
