From 8e8c7a439287df60ae12936f45835f8eca3a4606 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 2 Aug 2023 17:22:52 +0000 Subject: [PATCH] notes --- plv8.md | 10 +++++++++- ubuntu/new_data_server/install_jupyterlab.sh | 0 2 files changed, 9 insertions(+), 1 deletion(-) mode change 100644 => 100755 ubuntu/new_data_server/install_jupyterlab.sh diff --git a/plv8.md b/plv8.md index aed8ecf..6a98bdf 100644 --- a/plv8.md +++ b/plv8.md @@ -2,4 +2,12 @@ [PLV8 Documentation For Building](https://plv8.github.io/#building) * To build plv8 you have to download a tarbal of the code and use `make` -* Beyond the listed dependencies I had to `apt-get install postgresql-server-dev` to get a `postgres.h` file that is needed \ No newline at end of file +* 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` diff --git a/ubuntu/new_data_server/install_jupyterlab.sh b/ubuntu/new_data_server/install_jupyterlab.sh old mode 100644 new mode 100755