aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2021-07-09 17:35:01 +0100
committerRichard Knight <q@1bpm.net>2021-07-09 17:35:01 +0100
commit1b40e87a3f54a70d4994262dd7fad4297caaeca3 (patch)
treee70a190201d4a348daff0234769653e9eb262257 /README.md
parent6002b975544934cf8127040257ce630d8bc0d279 (diff)
downloadcsound-sqldb-1b40e87a3f54a70d4994262dd7fad4297caaeca3.tar.gz
csound-sqldb-1b40e87a3f54a70d4994262dd7fad4297caaeca3.tar.bz2
csound-sqldb-1b40e87a3f54a70d4994262dd7fad4297caaeca3.zip
moved from libpqxx to libpq
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a73a9f8..478c7bf 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ Connector/C++ (https://dev.mysql.com/downloads/connector/cpp/)
# apt get install libmysqlcppconn-dev
### PostgreSQL
-libpqxx (http://pqxx.org/development/libpqxx/wiki/DownloadPage)
+libpq (https://www.postgresql.org/download/)
- # apt get install libpqxx-dev
+ # apt get install libpq-dev
### SQLite
libsqlite (https://www.sqlite.org/download.html)
@@ -49,4 +49,4 @@ A number of examples are included in the examples directory. Generally the synta
-By Richard Knight 2019 \ No newline at end of file
+By Richard Knight 2019