2009/4/3 Mehrdad Momeny <[email protected]>: > > On Jumee 14 Farvardin 1388 15:11:15 Carlo wrote: >> 2009/4/3 Mehrdad Momeny <[email protected]>: >> > Hi guys, >> > I want to build my KDE app for windows! >> > Already installed kdelibs(+dev), kdebase-apps and kdebase-runtime, ... >> > via KDE win installer. >> > My app is just depend on KDELibs, I think. (It's Choqok, A Microblog >> > client. src is at extragear/network) >> > >> > I check the tutorials, but can't find how should i do this!? >> > >> > Running Cmake on src dir says that can't find Compilers and I don't >> > think >> > how could i set for it. :( >> > >> > And about Emerge tool: >> > I already installed those libs, how could i tell it to use them, instead >> > of build all from src? and how someone can build a third party kde app >> > with it? >> > >> > Any help appreciated :) >> > Mehrdad >> > _______________________________________________ >> > Kde-windows mailing list >> > [email protected] >> > https://mail.kde.org/mailman/listinfo/kde-windows >> >> if you installed msvc packages you need to install msvc and the >> platform sdk while if you installed mingw packages you need mingw >> then you need to setup the path properly, for msvc there is a script >> setenv.bat somewhere, then choose the right generator for cmake mingw >> makefiles for mingw and nmake makefiles for msvc > Just installed MinGW(gcc and g++ and make) and its related kde packages! > But, how could i tell CMake to use it? > > Thanks anyway :) >> _______________________________________________ >> Kde-windows mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/kde-windows > > > _______________________________________________ > Kde-windows mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-windows > >
you have to set the path properly, follow the mingw section of the guide linked by ralf _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
