carlostaranco Posted September 7, 2023 Posted September 7, 2023 Hi, Does anyone know if there is an easy way or a methodical process to change a project from the Windows editor to Linux? thanks.
bmyagkov Posted September 7, 2023 Posted September 7, 2023 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!
Recommended Posts