Closed GoogleCodeExporter closed 8 years ago
I've got project file for visual studio exress that support windows. And try
creating
configure/makefile with gnu tools to support linux/osx platform.
Original comment by nsta...@gmail.com
on 6 Nov 2009 at 9:28
To build from source on Windows you need two components, the first is scons and
the
second is wx-config-win, you can find links in the project homepage in the
links section.
The problem with using VS projects and solutions is that it doesn't work on
different
systems with different environments, for example wxWidgets is not always in the
same
location so you can't just hard-code that into the project file, another thing
is
wxWidgets version, some people use 2.8 while others use 2.6 or even 2.4.
scons and wx-config work seamlessly on Linux once you have wxwidgets libraries
installed properly.
I haven't tried OSX because I don't have one, do you?
Original comment by diaas...@gmail.com
on 6 Nov 2009 at 9:59
I'm mac user. I'll try building with mac os when I catch up on scons
documentation. Also
port install of wxwidgets failed. I'll get down to it tomorrow.
Another thing I added a shaky feature to timer window, it is useful if not
using
audio(headphones or speakers). I can send you a diff.
Original comment by nsta...@gmail.com
on 6 Nov 2009 at 10:48
Right now there's a bug on macports
project(http://trac.macports.org/ticket/22396) It
blocks me trying out wxWidgets project
Original comment by nsta...@gmail.com
on 7 Nov 2009 at 8:54
Added VS08 project files in r17
Original comment by diaas...@gmail.com
on 28 Nov 2009 at 3:50
Original issue reported on code.google.com by
nsta...@gmail.com
on 6 Nov 2009 at 2:54