- Can you include the libraries into your install package to be able to use that projects "out of the box"?
Do you know how big such a library is, and it wouldn't help to deliver only the binaries, there should also
be samples with it. And, you'd be in trouble to update those Libs. And, which Compiler would you support ?
If you support more than 1, you have for each compiler one Download.
- If not, can you provide a step-by-step tutorial, how to get the libraries and how to install them so all the project work?
For QT, just go to
http://www.trolltech.com/download/opensource.html and download your package, it will
install automatically, when you have the gcc compiler installed.
For wxWidgets, go to
www.wxWidgets.org, and Download what ever version you would like.
If you're under windows go also to
www.mingw.org, and download MySYS, for easy build process.
Now start MySYS and move to the %/wxWidgets/ or go with your bash shell to this location.
Type in configure (will take some time), than make (also takes some time) and you have your libs.
phlox