You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest an improvement to instructions for compiling under FreeBSD (I used instructions in "INSTALL", as there are no specific instructions for FreeBSD).
The general procedure works, but one must use gmake ("devel/gmake" in FreeBSD ports tree) instead of (BSD default) make. So to build and install, one must run:
$ setenv MAKE /usr/local/bin/gmake # in CSH / TCSH
$ export MAKE=/usr/local/bin/gmake # in SH / BASH
$ ./config
$ gmake
$ gmake test
$ gmake install
The text was updated successfully, but these errors were encountered:
I would like to suggest an improvement to instructions for compiling under FreeBSD (I used instructions in "INSTALL", as there are no specific instructions for FreeBSD).
The general procedure works, but one must use gmake ("devel/gmake" in FreeBSD ports tree) instead of (BSD default) make. So to build and install, one must run:
The text was updated successfully, but these errors were encountered: