From bd907032e3b93651f2b969cbc04477bba40faee8 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 26 Jan 2020 15:37:33 +0100 Subject: Documentation cleanup. --- doc/install.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index 68de0c10..60665360 100644 --- a/doc/install.html +++ b/doc/install.html @@ -38,7 +38,7 @@ td.compatno {
-Lua +Lua
@@ -241,7 +236,7 @@ Obviously the prefixes given during build and installation need to be the same.

Either install one of the open source SDKs (» MinGW or -» Cygwin), which come with a modified +Cygwin), which come with a modified GCC plus the required development headers. Or install Microsoft's Visual Studio (MSVC).

@@ -363,7 +358,7 @@ make HOST_CC="gcc -m32" CROSS=mips-linux- make HOST_CC="gcc -m32" CROSS=mipsel-linux-

-You can cross-compile for Android using the » Android NDK. +You can cross-compile for Android using the Android NDK. Please adapt the environment variables to match the install locations and the desired target platform. E.g. Android 4.1 corresponds to ABI level 16.

@@ -493,7 +488,7 @@ Make sure the jit library is loaded or the JIT compiler will not be activated.
  • The bit.* module for bitwise operations is already built-in. There's no need to statically link -» Lua BitOp to your application.
  • +Lua BitOp to your application.

    Hints for Distribution Maintainers

    -- cgit v1.2.3-55-g6feb