Document prebuild script use

Put prebuild script before either platform plugin section so future prebuild tasks can be handled here
This commit is contained in:
sneurlax 2022-10-03 21:33:52 -05:00
parent 65655f4f6d
commit 41eacf4a4c

View file

@ -45,6 +45,15 @@ sudo apt install build-essential debhelper cmake libclang-dev libncurses5-dev cl
sudo apt install unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless
```
Run prebuild script
```
cd scripts
./prebuild.sh
// when finished go back to the root directory
cd ..
```
Building plugins for Android
```
cd scripts/android/