Hello. :D
I've been working on a project for couple months now, on Linux.
When I invited a new team member, of course he came with his Windows.
I want to hear your opinion on how to make the development easy cross platform. Usually I would just tell him to write a code which works, but since he's not very skilled he needs to be able to compile to check for errors.
Our IDE is NetBeans which is available both on Linux and on Windows.
I heard of CMake, but the configuration files seems as quite a work to set up. It is only two developers in a private project, not a big open source project.
Also I might be interested in setting up a build server if that could be any use, although I'm not completely sure how good that is in this case - never used one before.
Thoughts? :)