From 91c673784ad611aa8a3362f56c7626dc58c2d8ee Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 16 Apr 2016 13:16:38 +0200 Subject: Update for FreeBSD after hints from Bernard Spil. --- README.git | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.git') diff --git a/README.git b/README.git index f9832d7f..acbb1677 100644 --- a/README.git +++ b/README.git @@ -13,8 +13,8 @@ The prerequisite packages are: - bison or yacc - flex or lex -On FreeBSD, install the gnu-autoconf and gnu-automake ports -and add /usr/local/gnu-autotools/bin to your PATH. +On FreeBSD, install the autoconf, automake and gettext-tools ports (all +from the devel/ category). After you have everything installed, type: @@ -25,9 +25,9 @@ This will take a while and may print a lot of messages containing After that, build as usual, with -$ ./configure --with-ssl # pick options as needed +$ ./configure --with-ssl # add more options as needed $ make (become root) # make install-strip --- Matthias Andree, 2010-02-06 +-- Matthias Andree, 2016-04-16 -- cgit v1.2.3