Jump to content

Port project from windows to linux


photo

Recommended Posts

Hello!

@carlostaranco Unfortunately, there is no specially automated process for such a task. Basically, you can have Linux binaries alongside Windows ones in the /bin folder while being able to work on the same project from an editor simultaneously using different operating systems. Just create a new Linux project and copy the contents of the /bin folder to the Windows project folder. The logic is more complicated as different build systems are used but the sources themselves can be reused.

Thanks!

Link to comment
×
×
  • Create New...