comparison 3rdparty/vmime/README.autotools @ 0:a4671277546c tip

created the repository for the thymian project
author ferencd
date Tue, 17 Aug 2021 11:19:54 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a4671277546c
1 Where are the ./configure script and the Makefile's?
2
3 Configure and Make scripts are not included in the git source tree. They are
4 automatically generated by the CMake script.
5
6 Just use the following instruction to generate everything needed for the
7 traditional "make" and "make install" build process.
8
9 cmake -G "Unix Makefiles"
10
11 Please note that "configure" script is not needed anymore, as platform
12 checks are now done by CMake.
13