Skip to content

Commit

Permalink
Merge pull request #4 from fabaff/install
Browse files Browse the repository at this point in the history
Add steps to compile
  • Loading branch information
matthill authored May 18, 2017
2 parents 575ee3c + 4019e29 commit 46367c9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,16 @@ This utility is used to annotate images with the location and numbers of the lic
The utility is a QT graphical user interface written in C++:
![Plate Image](http://www.openalpr.com/images/demoscreenshots/tagger_screenshot.jpg "Input image")

Download an installer for Windows, Ubuntu Linux, or Mac OS from the Releases tab. Alternatively, you can compile the tool yourself using qmake or cmake.
## Installation

Download an installer for Windows, Ubuntu Linux, or Mac OS from the Releases tab. Alternatively, you can compile the tool yourself using `qmake` or `cmake`. Eg. on a Fedora-based system (assuming that the required tools are already installed):

```bash
$ git clone https://github.com/openalpr/plate_tagger.git
$ cd plate_tagger
$ mkdir build && cd build
$ cmake ..
$ make
$ ./openalpr_tagger
```

0 comments on commit 46367c9

Please sign in to comment.