static (2)
Kit Bishop
kit at bishop.net.nz
Tue Dec 4 11:48:04 PST 2007
Zorro wrote:
> Riccardo Cohen pisze:
>
>> just use the good wx-config :)
>>
> ?
> what is 'good' wx-config?
> tell me cleared.
> I use wx-config in directory where I compile ALL wxwidgetsGTK.
>
>
To find out what versions of wxWidgets you have available use:
wx-config --list
This will list all the configurations available and tell you what the
default is.
Once you know what configurations are available you can select amongst
them by using other wx-config options for example
wx-config --unicode=yes <other config arguments you want>
will give the unicode version (assuming you have it)
wx-config --unicode=no <other config arguments you want>
will give the ansi version
Similarly:
--static=yes
and
--static=no
will select static or shared versions appropriately, again, if you
actually have them installed.
Finally, remember that
wx-config --help
will give you a list of all the options you can use.
Best regards,
Kit Bishop
More information about the wx-users
mailing list