How to compile other export template?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nioaps

Hello, i’m using Windows 10 currently.It seem that I can only compile to Windows debug and release, i have tried to using cmd to compile to other OS but no luck, so i would like to compile my build to other OS ( X11, linux, android,…) on my Windows OS, how can i do it?

As i know The only way to export to other OS is download stable export template version from the homepage

:bust_in_silhouette: Reply From: Crypton

Android:
ex… scons platform=android target=release android_arch=armv7

See Android prerequisite here:

:Linux (and similar)
You can use a Virtual Machine (like the free VirtualBox) and install a distro into a Virtual environment and build for Linux etc.: see here:

To Windows from other platforms: (Cross-Platform)