Re: [Cppcms-users] build on Win 8 with MS VC 2013 using cmake
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2014-08-20 15:35:15
|
See, When building CppCMS for windows you should have pcre and zlib built first (actually you can even build it with PCRE only). You should pay attention to this: http://cppcms.com/wikipp/en/page/notes_for_windows_users carefully. Create a directory with 3rd part libraries - it would make you life much easier. I'd also recommend using DLLs only as it would make life even simpler. Split the debug and the release builds... Finally it isn't that hard to build CppCMS on windows but you should get used to command line nmake. In any case it would be very hard and tricky to use CppCMS with IIS: http://cppcms.com/wikipp/en/page/cppcms_1x_tut_web_server_config#IIS Of course using any decent Linux distribution is much simpler... not talking about better ;-) Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Tamas Fekete <fek...@ou...> >To: "cpp...@li..." <cpp...@li...> >Sent: Tuesday, August 19, 2014 6:40 PM >Subject: [Cppcms-users] build on Win 8 with MS VC 2013 using cmake > > > > >Hello, > >I did a research in the old letters and I found nothing to my problem. > > > * I have Win 8.1 and MS CV 2013 express. > * I installed the mandatory dependencies (only them). > * I also installed the CMAKE. >I run the CMAKE GUI and press configure and I get lots of red lines. :-) > >Did someone try to install on similar way like mine? > >(and an additional question: I also want very good design/UI to my web service. Does this framework support it? or should I search after other C++ lib like Wt? Which is a better if I want complex UI/desing?) > >Thanks, Tamás > >------------------------------------------------------------------------------ > >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |