Skip to content

Building from source

Arnelle Balane edited this page Jan 6, 2021 · 2 revisions

Dependencies

Be sure to have the following build tools installed before proceeding:

Clone the repository

git clone https://github.com/idpass/smartscanner-mrz-parser.git

Build the project

./gradlew build

This generates .aar files which can be found in the parser/build/outputs/aar directory. Include these in your project to use them.

Clone this wiki locally