Skip to content

Commit bc7d81e

Browse files
authoredJan 8, 2017
Update README (postgresql support)
1 parent af502f3 commit bc7d81e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ Requirements
1212

1313
* libgd
1414
* sqlite3
15-
* leveldb (optional, set ENABLE_LEVELDB=1 in CMake to enable leveldb support)
16-
* hiredis (optional, set ENABLE_REDIS=1 in CMake to enable redis support)
15+
* leveldb (optional, set ENABLE_LEVELDB=1 in CMake to enable)
16+
* hiredis (optional, set ENABLE_REDIS=1 in CMake to enable)
17+
* Postgres libraries (optional, set ENABLE_POSTGRES=1 in CMake to enable)
1718

1819
e.g. on Debian:
1920
^^^^^^^^^^^^^^^
2021

21-
sudo apt-get install libgd-dev libsqlite3-dev libleveldb-dev libhiredis-dev
22+
sudo apt-get install libgd-dev libsqlite3-dev libleveldb-dev libhiredis-dev libpq-dev
2223

2324
Windows
2425
^^^^^^^
@@ -86,7 +87,7 @@ max-y:
8687
Don't draw nodes above this y value, e.g. ``--max-y 75``
8788

8889
backend:
89-
Use specific map backend, supported: *sqlite3*, *leveldb*, *redis*, e.g. ``--backend leveldb``
90+
Use specific map backend; supported: *sqlite3*, *leveldb*, *redis*, *postgresql*, e.g. ``--backend leveldb``
9091

9192
geometry:
9293
Limit area to specific geometry (*x:y+w+h* where x and y specify the lower left corner), e.g. ``--geometry -800:-800+1600+1600``

0 commit comments

Comments
 (0)
Please sign in to comment.