Skip to content

Instantly share code, notes, and snippets.

View kevinjpetersen's full-sized avatar

Kevin J. Petersen kevinjpetersen

View GitHub Profile
@kevinjpetersen
kevinjpetersen / KJPOpenALPRBuildAndroid.sh
Created April 18, 2018 21:59
Shell file which handles everything related to building OpenALPR for Android (armeabi, armeabi-v7a, etc..). It installs Android SDK, NDK, CMAKE, JDK and wraps it into a single .sh file. Only tested on a specific Ubuntu version right now, but probably works on others aswell. Tested on Ubuntu 17.10 x64
#!/bin/bash
# Only tested on Ubuntu 17.10 x64 (This is because CMAKE Package 3.6 is required for Build OpenALPR Android Script)
########################################################################################################
# Script pieced together and tested by Kevin J. Petersen (Github: https://github.com/kevinjpetersen) ###
########################################################################################################
## Scripts used ##
# ubuntu-cli-install-android-sdk.sh by zhy0 (Github: https://github.com/zhy0)