Hi! Well, first of all it sounds like you untared the archive and then... well, nothing :) On Linux you will have to compile the libraries yourself, there is no precompiled "pack" or archive, at least none that I heard of. Check the INSTALL file located somewhere in your wx directory, this contains the needed info. Normally this should be an easy task like: (in wx dir) ./configure --with-GTK (add other stuff here, call "configure --help" for all args) (let configure run, this may take a while) make (let make do the job) su (type admin password) make install
Once finished check if "wx-config" is found and if you can compile the samples. For the IDE I'd suggest Anjuta, a very nice IDE with support for wxWidgets project templates. KDevelop seems to be famous too, but I never tried it.
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |