From a67b1a9d09a27233c86fb251d0d1b3786e3cb7b9 Mon Sep 17 00:00:00 2001 From: Sandro Machado Date: Sun, 13 Dec 2015 23:42:54 +0000 Subject: [PATCH] Update the README.md Update the README.md to include the reference to this Android Library (https://github.com/SandroMachado/openalpr-android). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de46ee..75e3ff0 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ Please follow these detailed compilation guides for your respective operating sy * [Windows] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Windows)) * [Ubuntu Linux] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Ubuntu-Linux)) * [OS X] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(OS-X)) -* [Android] (https://github.com/sujaybhowmick/OpenAlprDroidApp) +* [Android Library] (https://github.com/SandroMachado/openalpr-android) +* [Android Application Sample] (https://github.com/sujaybhowmick/OpenAlprDroidApp) * [iOS] (https://github.com/twelve17/openalpr-ios) If all went well, there should be an executable named *alpr* along with *libopenalpr-static.a* and *libopenalpr.so* that can be linked into your project.