From 5237307161374972a30c55f5409744a1dab7ddc5 Mon Sep 17 00:00:00 2001 From: Eric Eide Date: Sat, 10 Dec 2016 08:26:45 -0700 Subject: [PATCH] Fix installation instructions for FreeBSD 10.2. Clang 3.9 is part of the FreeBSD "llvm39" package. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index f2212ccf..874cb802 100644 --- a/INSTALL +++ b/INSTALL @@ -33,10 +33,10 @@ Perl modules installed: http://perlbrew.pl/ -On FreeBSD 10.2, the prerequisites other than LLVM can be installed -like this: +On FreeBSD 10.2, the prerequisites can be installed like this: sudo pkg install \ + llvm39 \ p5-Exporter-Lite p5-File-Which p5-Getopt-Tabular p5-Regexp-Common \ flex