diff options
author | Wojtek Kosior <wk@koszkonutek-tmp.pl.eu.org> | 2021-04-30 00:33:56 +0200 |
---|---|---|
committer | Wojtek Kosior <wk@koszkonutek-tmp.pl.eu.org> | 2021-04-30 00:33:56 +0200 |
commit | aa4d426b4d3527d7e166df1a05058c9a4a0f6683 (patch) | |
tree | 4ff17ce8b89a2321b9d0ed4bcfc37c447bcb6820 /vmime-master/README.autotools | |
download | smtps-and-pop3s-console-program-master.tar.gz smtps-and-pop3s-console-program-master.zip |
Diffstat (limited to 'vmime-master/README.autotools')
-rw-r--r-- | vmime-master/README.autotools | 13 |
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. + |