-
Notifications
You must be signed in to change notification settings - Fork 70
/
README.BSD
25 lines (18 loc) · 891 Bytes
/
README.BSD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Notes for FreeBSD and to some extent also OS/X
==============================================
Hercules has been build on FreeBSD and on its derivative, OS/X. While
untested, there should be more than a sporting chance that it builds
on NetBSD and OpenBSD too.
You need to install the ports of the gnu m4, make, and sed commands
in addition to the packages mentioned in the INSTALL file as Hercules
will not build with the original BSD version of these utilities.
To avoid modifying a plethora of files, you should add these aliases
to the .bashrc file of the user that builds Hercules:
alias make=gmake
alias sed=gsed
alias m4=gm4
Also, beware that many of the autoxxxx ports are rather old in the tooth
in the FreeBSD ports collection.
In particular, the message "missing: Unknown `--is-lightweight'" indicates
that someone has been a little too eager.
John P. Hartmann 2014-08-04.