In the coming months I am going to take part in a small competition. They require that the presentation can be compiled (and it will be before it is run / evaluated for the competition) on Linux. I am going to use SDL and C ++. I only ever developed Windows, and I'm already used to the benefits Visual Studio provides. I would like to be able to develop on Windows with VS, and then towards the end of the process port it to linux. Besides the fact that SDL is already installed on a Linux machine, is there anything I can do during development that makes the process easier? In addition, the competition rule for all of these conditions is:
it should also work on an open platform (we strongly recommend that you make sure your program runs on modern versions of GNU / Linux, as all judges will have access to it).
I assume that to compile / work in Ubuntu (already have a home server with this) will be enough?
source share