Skip to content

Commit 5e2c1bf

Browse files
committed
Document prerequisites
1 parent e3636c1 commit 5e2c1bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ tile-count
33

44
A tool for accumulating point counts by tile.
55

6+
Installation
7+
------------
8+
9+
Tile-count requires sqlite3 and libpng.
10+
11+
```
12+
$ sudo apt-get install libsqlite3-dev libpng-dev
13+
$ make install
14+
```
15+
616
Creating a count
717
----------------
818

0 commit comments

Comments
 (0)