aboutsummaryrefslogtreecommitdiff
path: root/vmime-master/README.autotools
diff options
context:
space:
mode:
Diffstat (limited to 'vmime-master/README.autotools')
-rw-r--r--vmime-master/README.autotools13
1 files changed, 13 insertions, 0 deletions
diff --git a/vmime-master/README.autotools b/vmime-master/README.autotools
new file mode 100644
index 0000000..a67c1c8
--- /dev/null
+++ b/vmime-master/README.autotools
@@ -0,0 +1,13 @@
+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 CMake script.
+
+Just use the following instruction to generate everything needed for the
+traditional "make" and "make install" build process.
+
+ cmake -G "Unix Makefiles"
+
+Please note that "configure" script is not needed anymore, as platform
+checks are now done by CMake.
+