Page 1 of 1

Cmake for wxwidgets

Posted: Fri May 25, 2012 7:15 pm
by bishop.gis
I have developed cmake scripts to make wxWidgets on Windows. There are only adv, aui, base, core, htm, net, propgrid, regex and xml components yet. To cmake wxWidgets you need libtif, libpng, libjpeg, zlib, libexpat compiled on you PC and set right paths for this libraries in cmake-gui.
I have tested 32-bit and 64-bit compilation via VC2010.
I would like to share this scripts for comunity. One have extract files from archive to the root of wxWidgets sources. Than start cmake-gui and follow build VS solution files process.
cmake4wxWidgets-2.9.3.7z
(8.67 KiB) Downloaded 682 times

Re: Cmake for wxwidgets

Posted: Sat May 26, 2012 2:03 pm
by Auria
Thanks, though I moved this topic to the forum topic dedicated do code contributions (the section you posted in is for questions)

Re: Cmake for wxwidgets

Posted: Sat Jul 21, 2012 4:51 pm
by Schala
I believe CMake 2.8.8 already has a wxWidgets module for up to 2.9.4. Though to be fair, I can't get my stuff to compile after a successful CMake run.

Re: Cmake for wxwidgets

Posted: Sun Aug 12, 2012 4:10 pm
by bishop.gis
Maybe some troubles with output *.lib paths. I'll fix it in 2.9.4

Re: Cmake for wxwidgets

Posted: Tue Aug 21, 2012 10:42 am
by bishop.gis
Cmake scripts to make wxWidgets 2.9.4 on Windows for Visual Studio. Other tools wasn't tested. Feedback is welcome.