From b759db971790ba3e11d76168adf9e30146089324 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 8 Jan 2014 22:45:20 -0600 Subject: [PATCH] Updated readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e9135c..4f2d1dc 100644 --- a/README.md +++ b/README.md @@ -100,12 +100,14 @@ 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. Update the src/CMakeLists.txt file in the OpenALPR project. Update the following lines to match the directories of your libraries on your system: - - SET(OpenCV_DIR "../libraries/opencv/") - - SET(Tesseract_DIR "/home/mhill/projects/alpr/libraries/tesseract-ocr") + + * SET(OpenCV_DIR "../libraries/opencv/") + * SET(Tesseract_DIR "/home/mhill/projects/alpr/libraries/tesseract-ocr") Finally, in the src directory, execute the following commands: - - cmake ./ - - make + + * cmake ./ + * make If all went well, there should be an executable named *alpr* along with *libopenalpr.a* that can be linked into your project.