Skip to content

Commit 46367c9

Browse files
authored
Merge pull request #4 from fabaff/install
Add steps to compile
2 parents 575ee3c + 4019e29 commit 46367c9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,16 @@ This utility is used to annotate images with the location and numbers of the lic
55
The utility is a QT graphical user interface written in C++:
66
![Plate Image](http://www.openalpr.com/images/demoscreenshots/tagger_screenshot.jpg "Input image")
77

8-
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.
8+
## Installation
9+
10+
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):
11+
12+
```bash
13+
$ git clone https://github.com/openalpr/plate_tagger.git
14+
$ cd plate_tagger
15+
$ mkdir build && cd build
16+
$ cmake ..
17+
$ make
18+
$ ./openalpr_tagger
19+
```
20+

0 commit comments

Comments
 (0)