Database package: Difference between revisions

Line 18: Line 18:


==Installation==
==Installation==
Requires octave struct. In ubuntu/debian based systems this is handled with
Requires octave struct, libpq-dev, and liboctave-dev. In ubuntu/debian based systems this is handled with
  apt install octave-struct
  apt install octave-struct libpq-dev liboctave-dev
May also need
apt install libpq-dev liboctave-dev
And if you want postgres
And if you want postgres
  apt install postgresql postgresql-client
  apt install postgresql postgresql-client
14

edits