Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: arashz4 on January 09, 2014, 10:36:56 am
-
hi :)
How to Setting up wxWidgets in Code Blocks OS X?
i using Code Blocks 13.12 & wxWidgets 3.0.0
i bulid wxWidgets 3.0.0 in mac
i jast don't know how to add wxWidgets in Code Blocks
in windows in wizard wxWidgets can get address wxWidgets but in mac haven't adrass for wxWidgets :'(
sorry for bad English
-
Take a look at the source for the linux version of the wxwidgets wizard. Rigth click -> edit script...
-
Please more Explain
-
First, I'm no familiar how one is supposed to use wxWidgets on the Mac. Check some official guide.
Then, you can try to modify the wizard script to suite this.
You can start editing the wizard script by File -> New -> Project -> wxWidgets -> Right click -> edit script
Another option is to execute the needed steps on an empty project.
-
I'm don't know how to edit script
how can add wxWidgets in empty project on Mac
-
I'm don't know how to edit script
You can start editing the wizard script by File -> New -> Project -> wxWidgets -> Right click -> edit script
how can add wxWidgets in empty project on Mac
If you project is really empty,create a wxSmith based project, using the project wizard.
-
no!
i'm know how to create a empty project
i'm don't know how to add wxWidget library in empty project in mac & add wxWidget library in wxWidget project in mac
-
i'm don't know how to add wxWidget library in empty project in mac & add wxWidget library in wxWidget project in mac
That's why I am telling you (again): Use the wxWidgets project wizard to create an (empty) wxWidgets based project. This will setup the project for you.