mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:46:59 +08:00
Updated Readme w/ links to compilation instructions
This commit is contained in:
13
README.md
13
README.md
@@ -105,17 +105,12 @@ OpenALPR requires the following additional libraries:
|
|||||||
|
|
||||||
After cloning this GitHub repository, you should download and extract Tesseract and OpenCV source code into their own directories. Compile both libraries.
|
After cloning this GitHub repository, you should download and extract Tesseract and OpenCV source code into their own directories. Compile both libraries.
|
||||||
|
|
||||||
Update the src/CMakeLists.txt file in the OpenALPR project. Update the following lines to match the directories of your libraries on your system:
|
Please follow these detailed compilation guides for your respective operating system:
|
||||||
|
|
||||||
- SET(OpenCV_DIR "../libraries/opencv/")
|
* [Windows] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Windows))
|
||||||
- SET(Tesseract_DIR "/home/mhill/projects/alpr/libraries/tesseract-ocr")
|
* [Ubuntu Linux] (https://github.com/openalpr/openalpr/wiki/Compilation-instructions-(Ubuntu-Linux))
|
||||||
|
|
||||||
Finally, in the src directory, execute the following commands:
|
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.
|
||||||
|
|
||||||
- cmake ./
|
|
||||||
- make
|
|
||||||
|
|
||||||
If all went well, there should be an executable named *alpr* along with *libopenalpr.a* that can be linked into your project.
|
|
||||||
|
|
||||||
|
|
||||||
Questions
|
Questions
|
||||||
|
Reference in New Issue
Block a user