summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-10 05:53:35 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-10 05:53:35 +0000
commit87bb6255391bdb3dfa87efc54de4a0d9f30efed8 (patch)
tree4a9320a7fc06753066775d80090121102a310a2a /trunk/BUILDING.txt
parent12113035587fb4f1e5bd1d1c78ed3dd28219365e (diff)
Added FreeBSD build instructions
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@168 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt26
1 files changed, 25 insertions, 1 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index a3cea30..8634e3d 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -128,7 +128,8 @@ Add
--host x86_64-apple-darwin10.0.0 NASM=/opt/local/bin/nasm
-to the configure command line. NASM 2.07 from MacPorts must be installed.
+to the configure command line. NASM 2.07 or later from MacPorts must be
+installed.
32-bit Library Build on 64-bit OS/X
@@ -166,6 +167,29 @@ 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
+--------------------------------------
+
+Add
+
+ --host i386-unknown-freebsd CC='gcc -B /usr/lib32' CXX='g++ -B/usr/lib32' \
+ CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32' LDFLAGS='-B/usr/lib32'
+
+to the configure command line. NASM 2.07 or later from FreeBSD ports must be
+installed.
+
+
MinGW Build on Cygwin
---------------------