Cmake for wxwidgets

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
User avatar
bishop.gis
Earned a small fee
Earned a small fee
Posts: 20
Joined: Fri May 25, 2012 6:47 pm

Cmake for wxwidgets

Post 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 679 times
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Re: Cmake for wxwidgets

Post by Auria »

Thanks, though I moved this topic to the forum topic dedicated do code contributions (the section you posted in is for questions)
"Keyboard not detected. Press F1 to continue"
-- Windows
Schala
In need of some credit
In need of some credit
Posts: 9
Joined: Mon Jul 16, 2012 8:11 am

Re: Cmake for wxwidgets

Post 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.
User avatar
bishop.gis
Earned a small fee
Earned a small fee
Posts: 20
Joined: Fri May 25, 2012 6:47 pm

Re: Cmake for wxwidgets

Post by bishop.gis »

Maybe some troubles with output *.lib paths. I'll fix it in 2.9.4
User avatar
bishop.gis
Earned a small fee
Earned a small fee
Posts: 20
Joined: Fri May 25, 2012 6:47 pm

Re: Cmake for wxwidgets

Post by bishop.gis »

Cmake scripts to make wxWidgets 2.9.4 on Windows for Visual Studio. Other tools wasn't tested. Feedback is welcome.
Attachments
cmake4wxWidgets-2.9.4.7z
(9.83 KiB) Downloaded 668 times
Post Reply