Browse Source

Wrap; Fix typo;

bjorn 2 years ago
parent
commit
6f9beda77e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      guides/Compiling.md

+ 5 - 2
guides/Compiling.md

@@ -93,7 +93,9 @@ Android
 
 Here be dragons.
 
-You will need to compile on a macOS or Linux system. Compiling LÖVR APKs on Windows does not currently work (unless all steps are performed in [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install)).
+You will need to compile on a macOS or Linux system. Compiling LÖVR APKs on Windows does not
+currently work (unless all steps are performed in [Windows Subsystem for
+Linux](https://learn.microsoft.com/en-us/windows/wsl/install)).
 
 First, make sure the Java JDK is installed (version 8 is known to work).
 
@@ -114,7 +116,8 @@ Android Studio isn't required, but can be used to install the SDK, NDK, and Java
 
 Note where the SDK is installed.  Some paths in the SDK will need to be specified.
 
-Finally, compiling a LÖVR APK requires a copy of the `glslValidator` tool installed on the system. Most package managers will offer this as part of a "glslang" or "glslang-tools" package.
+Finally, compiling a LÖVR APK requires a copy of the `glslangValidator` tool installed on the
+system. Most package managers will offer this as part of a "glslang" or "glslang-tools" package.
 
 CMake or tup can be used to build an APK that can be installed on an Android device.