DRF
Visitor
|
Re:Linux or NOT! - 2006/05/09 08:56
Linux isn't too hard once you get used to doing things in a slightly different way. You may well find that wxwidgets is already available as a pre-compiled binary for your platform.
What distribution of linux are you using? (so I can tell you how to find a precompiled wxwidgets for your distribution).
Alternativly if you compile from source read the readme file and quite often the compile procedure is a matter of making sure any dependancies are met and then typing in a terminal once in the source directory: make all make install
or something similar.
Hope that helps,
Daniel
|