Hello!

I found another option to compile Wt for Windows on Linux:
http://mxe.cc
Whole process includes running one command: make wt

Install MXE's prerequisites: http://mxe.cc/#requirements

Download MXE:
$ git clone -b stable https://github.com/mxe/mxe.git

Go to MXE dir:
$ cd ~/mxe

Build Wt:
$ make wt

Go to your Wt project build dir:
$ mkdir ~/my-project-build
$ cd ~/my-project-build

Cmake-based configuration and build:
$ toolchain=$(echo ~/mxe/usr/*ming*/share/cmake/mxe-conf.cmake)
$ cmake -DCMAKE_TOOLCHAIN_FILE=$toolchain my-project-source
$ make

If you use make, autotools or qmake, see http://mxe.cc/#tutorial steps 4 and 5

-
Best regards,
Boris Nagaev

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to