aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt17
1 files changed, 3 insertions, 14 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 520acb8..fae1a8a 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -35,9 +35,9 @@ Build Requirements
Building libjpeg-turbo
======================
-The following procedure will build libjpeg-turbo on Linux, 32-bit OS X, and
-Solaris/x86 systems (on Solaris, this generates a 32-bit library. See below
-for 64-bit build instructions.)
+The following procedure will build libjpeg-turbo on Linux, FreeBSD, 32-bit
+OS X, and Solaris/x86 systems (on Solaris, this generates a 32-bit library.
+See below for 64-bit build instructions.)
cd libjpeg-turbo
autoreconf -fiv
@@ -163,17 +163,6 @@ Add
to the configure command line.
-64-bit Library Build on 64-bit FreeBSD
---------------------------------------
-
-Add
-
- --host x86_64-unknown-freebsd
-
-to the configure command line. NASM 2.07 or later from FreeBSD ports must be
-installed.
-
-
32-bit Library Build on 64-bit FreeBSD
--------------------------------------