Browse Source

Add note about compiling for android on windows;

bjorn 5 years ago
parent
commit
c1a496bf19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      guides/Compiling.md

+ 1 - 0
guides/Compiling.md

@@ -224,6 +224,7 @@ the command line:
   described in "Creating a Keystore" below.
 - Optional: Set `ANDROID_MANIFEST` to use a custom Android manifest XML file.
 - Optional: Set `ANDROID_ASSETS` to include extra assets (e.g. a project folder) in the APK.
+- Windows: Make sure you add `-G "Unix Makefiles"` so it doesn't try to use Visual Studio.
 
 The usual CMake incantation with all of the above variables set up should produce `lovr.apk`: