Had some time to work at getting the environment up. having some trouble at this step of the read me:
1) Open a command prompt
2) cd to the build\msw directory under your wxWidgets base directory
3) Some users have reported that their path variable was too long, which confused the wx buld.
If so, try: SET Path=C:\Windows\system32;C:\Windows;C:\Program Files (x86)\CodeBlocks\MinGW\bin
4) run: mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 CXXFLAGS="-std=gnu++0x" BUILD=debug
5) run: mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 CXXFLAGS="-std=gnu++0x" BUILD=release
6) If you downloaded the zip or 7z version of wxWidgets instead of the Windows installer version,
then you need to update your path environment variable to include C:\wxWidgets-3.0.0\lib\gcc_dll
(assuming C:\wxWidgets-3.0.0 is your wxWidgets base directory).
C:\wxWidgets-3.0.2>mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1
CXXFLAGS="-std=gnu++0x" BUILD=debug
'mingw32-make' is not recognized as an internal or external command,
operable program or batch file.
C:\wxWidgets-3.0.2>set path
Path=C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDO
WS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x
86)\xLights;C:\Program Files x86)\Windows Live\Shared;C:\Program Files (x86)\Qui
ckTime\QTSystem\;C:\wxWidgets-3.0.2\lib\gcc_dll
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
C:\wxWidgets-3.0.2>dir Mingw32* /S
Volume in drive C has no label.
Volume Serial Number is AECB-B01B
File Not Found
C:\wxWidgets-3.0.2>