Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
701 stars 145 forks source link

Make Multicorn work on BSD #145

Open neilmcguigan opened 8 years ago

neilmcguigan commented 8 years ago

BSD uses BSD Make, not GNU Make, and the Makefile is not compatible with BSD Make, example:

*** Parse error: Need an operator inendif(Makefile:60)

neilmcguigan commented 8 years ago

Here's how to compile Multicorn on OpenBSD:

Install the following packages:

Change the first line of preflight-check.sh to

#!/usr/bin/env bash

You need to use GNU make to compile it, so run:

gmake && gmake install