summaryrefslogtreecommitdiffstats
path: root/BUILDING.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-08-24 00:30:49 +0000
committerDRC <dcommander@users.sourceforge.net>2011-08-24 00:30:49 +0000
commitdc4f354791467b089d3c27534d22c9458b963e96 (patch)
tree0313158ad2ed2fd4a5b1c47020e50b44cf4a0bc1 /BUILDING.txt
parent0bb7e133503d65951baf82b2878a3706f5cae248 (diff)
downloadtigervnc-dc4f354791467b089d3c27534d22c9458b963e96.tar.gz
tigervnc-dc4f354791467b089d3c27534d22c9458b963e96.zip
Adapt -m32 recipe to accommodate modern systems as well
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4657 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index ee1141ab..c33ddc66 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -546,13 +546,16 @@ Build Recipes
32-bit Build on 64-bit Linux/Unix (including OS X)
--------------------------------------------------
-Set the following environment variables before running CMake or
-'build-xorg build':
+Set the following environment variables before building TigerVNC.
CFLAGS='-O3 -m32'
CXXFLAGS='-O3 -m32'
LDFLAGS=-m32
+If you are building the TigerVNC Server on a modern Unix/Linux system, then
+you will also need to pass the appropriate --host argument when configuring the
+X server source (for instance, --host=i686-pc-linux-gnu).
+
64-bit Backward-Compatible Build on 64-bit OS X
-----------------------------------------------