Mercurial > thymian
annotate 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 |
| rev | line source |
|---|---|
| ferencd@0 | 1 Where are the ./configure script and the Makefile's? |
| ferencd@0 | 2 |
| ferencd@0 | 3 Configure and Make scripts are not included in the git source tree. They are |
| ferencd@0 | 4 automatically generated by the CMake script. |
| ferencd@0 | 5 |
| ferencd@0 | 6 Just use the following instruction to generate everything needed for the |
| ferencd@0 | 7 traditional "make" and "make install" build process. |
| ferencd@0 | 8 |
| ferencd@0 | 9 cmake -G "Unix Makefiles" |
| ferencd@0 | 10 |
| ferencd@0 | 11 Please note that "configure" script is not needed anymore, as platform |
| ferencd@0 | 12 checks are now done by CMake. |
| ferencd@0 | 13 |
