Ver Fonte

Add note about compiling for android on windows;

bjorn há 5 anos atrás
pai
commit
c1a496bf19
1 ficheiros alterados com 1 adições e 0 exclusões
  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`: