mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Updated installation notes [skip ci]
This commit is contained in:
@@ -353,10 +353,12 @@ export PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_conf
|
||||
|
||||
Then re-run the installation instructions (run `make clean` before `make` if needed)
|
||||
|
||||
### Ubuntu and Debian
|
||||
### Missing Header
|
||||
|
||||
If compilation fails with `fatal error: postgres.h: No such file or directory`, make sure Postgres development files are installed on the server.
|
||||
|
||||
For Ubuntu and Debian, use:
|
||||
|
||||
```sh
|
||||
sudo apt-get install postgresql-server-dev-15
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user