diff options
author | Vincent Richard <[email protected]> | 2012-07-30 19:28:59 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-07-30 19:28:59 +0000 |
commit | 99908ce889eaa7ea6ba917255f11bf9969515793 (patch) | |
tree | dc3dcabd0b36daa83ad2cf04e693a1a69c4f8f06 /README.autotools | |
parent | Fixed body part extraction (only body should be extracted). (diff) | |
download | vmime-99908ce889eaa7ea6ba917255f11bf9969515793.tar.gz vmime-99908ce889eaa7ea6ba917255f11bf9969515793.zip |
Added README about autotools scripts.
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. + |