summaryrefslogtreecommitdiff
path: root/README-BUILD.rst
blob: 0ed9bbc700753434449fc0b581dacdb19179572e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Building on FreeBSD
-------------------

FreeBSD is awkward. This worked for me on FreeBSD 10.2::

  $ gmake CC=clang-devel LD=ld.gold LDFLAGS='-v -fuse-ld=gold'

Building on Minix
------------------

Try this::

  $ ./configure CC=clang CFLAGS='-I/usr/pkg/include' LDFLAGS='-L/usr/pkg/lib'