notes/plv8.md

14 lines
528 B
Markdown
Raw Permalink Normal View History

2023-01-12 20:12:24 -05:00
[PLV8 Documentation For Building](https://plv8.github.io/#building)
* To build plv8 you have to download a tarbal of the code and use `make`
2023-08-02 13:22:52 -04:00
* Beyond the listed dependencies I had to `apt-get install postgresql-server-dev` to get a `postgres.h` file that is needed
* install dependencies
`sudo apt-get install libtinfo5 build-essential pkg-config cmake git postgresql-server-dev-15`
* get source
`sudo git clone https://github.com/plv8/plv8.git`
`sudo git checkout v3.2.0`
`sudo make`
`sudo make install`