Skip to content

Commit

Permalink
[docs] Explicitly add to Android requires flex/bison.
Browse files Browse the repository at this point in the history
Samba requires flex/bison to build. Apple ships a version of flex/bison, so
add to docs mentioning to install flex/bison as part of build tool requirements
  • Loading branch information
fuzzard committed Dec 27, 2022
1 parent 472430e commit c1eb954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Several different strategies are used to draw your attention to certain pieces o
## 2. Install the required packages
Install build dependencies needed to cross-compile Kodi for Android:
```
sudo apt install autoconf build-essential curl default-jdk gawk git gperf lib32stdc++6 lib32z1 lib32z1-dev libcurl4-openssl-dev unzip zip zlib1g-dev
sudo apt install autoconf bison build-essential curl default-jdk flex gawk git gperf lib32stdc++6 lib32z1 lib32z1-dev libcurl4-openssl-dev unzip zip zlib1g-dev
```
**NOTE:** If you're running a 32bit Debian/Ubuntu distribution, remove `lib32stdc++6 lib32z1 lib32z1-dev` from the command.
**NOTE:** Gradle 7.0.2+ requires Jave Runtime 11+. Check java version by running `java --version`. If version is < 11, set JAVA_HOME to java 11+ home directory._
Expand Down

0 comments on commit c1eb954

Please sign in to comment.