notes
This commit is contained in:
parent
42550948e0
commit
8e8c7a4392
8
plv8.md
8
plv8.md
@ -3,3 +3,11 @@
|
||||
|
||||
* 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
|
||||
|
||||
* 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`
|
||||
|
0
ubuntu/new_data_server/install_jupyterlab.sh
Normal file → Executable file
0
ubuntu/new_data_server/install_jupyterlab.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user