Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
wxWidgets2.8.0
stahta01:
from
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#Compile_wxWidgets_in_Unicode_mode
--- Code: ---set path=c:\mingw\bin;c:\mingw\mingw32\bin
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1
--- End code ---
Tim S
Biplab:
Extract the Source to a folder. In my PC, I've extracted it into C: drive in root dir, and after extraction the folder looks like "C:\wxMSW-2.8.0".
Click Start > Run, then type cmd and press enter. Change the directory to C:\wxMSW-2.8.0\build\msw
Now type the following command and press enter. This will create Debug-DLL-Unicode-Monolithic lib of wxWidgets.
--- Code: ---mingw32-make -f makefile.gcc BUILD=debug SHARED=1 UNICODE=1 MONOLITHIC=1
--- End code ---
To create Release-DLL-Unicode-Monolithic lib of wxWidgets, type the following and press enter.
--- Code: ---mingw32-make -f makefile.gcc BUILD=release SHARED=1 UNICODE=1 MONOLITHIC=1
--- End code ---
For more details, go through the file INSTALL-MSW.txt in C:\wxMSW-2.8.0 folder. Please remember that the build will take lot of time.
Alternatively, you can download wxPack (http://wxpack.sourceforge.net). wxPack comes with wxWidgets lib compiled with GCC.
Hope this helps. :)
ageempires:
thanks a lot. i simply loved your response. its working fine. thanks a lot.
and lookin for more help from u all.
regards
Biplab:
Nice to hear from you. You are most welcome. :D
Please check the following link to Download latest revision, Revision 4, of wxWidgets Project Wizard..
http://forums.codeblocks.org/index.php?topic=4768.0
Navigation
[0] Message Index
[*] Previous page
Go to full version