Skip to content

Commit

Permalink
Merge #198
Browse files Browse the repository at this point in the history
198: Newer Ubuntus need to install build tools r=JLockerman a=JLockerman

Looks like 20 needs more than prior versions.

bors r+

Co-authored-by: JLockerman <[email protected]>
  • Loading branch information
bors[bot] and JLockerman authored Aug 4, 2021
2 parents 7674f93 + e37a9a8 commit ab79179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ We recommend installing rust using the [official instructions](https://www.rust-
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
and clang, the postgres headers, in the preferred manner for your system. You may also need to install OpenSSl, and package-config.
and build tools, the postgres headers, in the preferred manner for your system. You may also need to install OpenSSl.
For Ubuntu you can follow the [postgres install instructions](https://www.postgresql.org/download/linux/ubuntu/) then run
```bash
sudo apt-get install clang postgresql-server-dev-13 libssl-dev pkg-config
sudo apt-get install make gcc pkg-config clang postgresql-server-dev-13 libssl-dev
```
and finally, the toolkit uses a [fork](https://github.com/JLockerman/pgx/tree/timescale)
of [pgx](https://github.com/zombodb/pgx) while our patches are being upstreamed. It can be installed with
Expand Down

0 comments on commit ab79179

Please sign in to comment.