diff options
Diffstat (limited to 'README.autotools')
-rw-r--r-- | README.autotools | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.autotools b/README.autotools new file mode 100644 index 00000000..4b83a222 --- /dev/null +++ b/README.autotools @@ -0,0 +1,8 @@ +Where are the ./configure script and the Makefile's? + +Configure and Make scripts are not included in the git source tree. They are +automatically generated by the SConstruct script. + +Just type "scons autotools" to generate everything needed for the traditional +./configure, make, make install build process. + |