Update build scripts for NetBSD and include some notes in Readme

This commit is contained in:
Andrew Pamment
2017-09-22 20:16:08 +10:00
parent 40cd037e46
commit 98f88f7b46
6 changed files with 15 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ endif
ifeq ($(OS), NetBSD)
CC=cc
CFLAGS=-I/usr/pkg/include
LDFLAGS=-L/usr/pkg/lib
LDFLAGS=-R/usr/pkg/lib -L/usr/pkg/lib
endif
ifeq ($(OS), Linux)
CC=gcc