Skip to content

marekmosna/pgms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Mass Spectrometry Extension

GitHub release (latest SemVer) Build Status

The extension was developed and tested on Linux Ubuntu 20.04.3 against Postgresql 12.9

Requirements

On Debian based Linux distributions install following packages

sudo apt-get install git postgresql build-essential

For Debian 11

sudo apt install postgresql-server-dev-13

For Ubuntu 20.04

sudo apt install postgresql-server-dev-12

Build

git clone https://github.com/marekmosna/pgms.git
cd pgms
make

Install

sudo make install

Test

make installcheck PGUSER=postgres