Category Archives: CDT

compiling windows apps on linux

now that we successfully used cmake to compile a linux app (in the last article), we will now try and compile it for windows. I am doing this on Gentoo linux, so your mileage may vary if you used a … Continue reading

Posted in C++, CDT, cmake, gentoo, linux, windows | Comments Off on compiling windows apps on linux

Cross platform development with the Eclipse CDT

So, you want to create an application that can un under both Linux and Windows? This is my experiment trying to do just that… Lets see if the Eclipse CDT is robust to do cross platform development! Step 1: Install … Continue reading

Posted in C++, CDT, cmake, Eclipse, linux, windows | Comments Off on Cross platform development with the Eclipse CDT