Hello,
What's the best and easiest way to build a c++ application, which was written with Visual Studio, for Linux? The code itself is ready - I used only cross-plattform libs.
Is it possible to prepare everything under Windows in Visual Studio and then build it with a cli tool under Linux? Are there any docs describing this?
Thanks,
mspoerr
EDIT: Some more information:
* Libs used: stl, wxwidgets, boost, asio, cryptlib
* very little Linux KnowHow
EDIT#2: I choosed the following solution: Make new project with kdevelop and compile everything there. Thank's for all replys.