This guide assumes you're using linux or some kind of OS with a shell, you can use Windows with some modifications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -rupN openlitespeed-1.4.12/configure.ac openlitespeed-1.4.12-ARM/configure.ac | |
--- openlitespeed-1.4.12/configure.ac 2015-10-19 14:37:38.000000000 -0400 | |
+++ openlitespeed-1.4.12-ARM/configure.ac 2015-10-19 23:24:19.577309207 -0400 | |
@@ -178,15 +178,21 @@ AC_ARG_WITH([libdir], | |
[OPENLSWS_LIBDIR="$withval"], [ | |
OSTYPE=`uname -m` | |
OSNAME=`uname -s` | |
- if test "$OSNAME" != Linux ; then | |
- OPENLSWS_LIBDIR=lib | |
- else |
Download Android SDK and put it under a known location. Get the
appropriate commandlinetools
package from this page. Then, extract
it under ~/Android/
.
mkdir -p ~/Android/Sdk
cd ~/Android
cp ~/Downloads/commandlinetools-linux-6858069_latest.zip .
unzip commandlinetools-linux-6858069_latest.zip