cmake -G "Unix Makefiles"
I read the part of windows install, and did not find anything improve.
1.downloaded with "Download zip" button from:
https://github.com/kisli/vmime the vmime.zip and into: E:\vmime-master
2.cmake (version 3.0.2) + into the path.
3.make (version 3.8.2) + into the path.
4.boost (1.56.0) + build with bjam.
5.icu + into the path.
try:
cmake -g E:\vmime-master (it runs and creates sub directories) cxx11..
OR
cmake -g "Visual Studio 9 2008"
make had no file to execute.
the file config.hpp is missing.
what do i have to type in windows/xp to make it build?
(maybe inside codelite + gcc)?
1.downloaded lbvmime-0.9.1.tar.bz2
2.open it into: E:\libvmime-0.9.1
3.cmd from "start menu"
4.cd E:\libvmime-0.9.1
5.cmake -G "Unix Makefiles"
Cmake Error: The source directory "E:\libvmime-0.9.1" does not appear to contain CmakeLists.txt.