Re: [Cppcms-users] build on Win 8 with MS VC 2013 using cmake
Brought to you by:
artyom-beilis
|
From: Ross R. <ros...@gm...> - 2014-08-19 16:00:34
|
As regards your question about UI - I'd recommend taking a look at creating your front-end with AngularJS using yeoman.io scaffolding combined with Bootstrap CSS <http://getbootstrap.com/> . Then you can choose your server back-end orthogonally to your UI/front-end design. Anyways, that's just my opinion. - Ross On Tue, Aug 19, 2014 at 8:55 AM, Ross Rogers <ros...@gm...> wrote: > I have tried to compile with Windows multiple times because my work > machine is Windows and my home PC is a windows gaming machine. All I found > was pain. Once I got it to compile and then I had some weird non-POSIX > compliance issue that cratered the effort at run time. Ultimately, it > really wasn't worth the hassle.... I'd recommend putting Ubuntu on a > machine, dual booting into Ubuntu, or running Ubuntu inside of a virtualbox > instance on your Windows machine. > > However, if you do get Windows running smoothly, let this list know as I > am interested in such a solution. > > Good luck. > > - Ross > > > On Tue, Aug 19, 2014 at 8:40 AM, Tamas Fekete <fek...@ou...> > wrote: > >> 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 >> >> > |