summaryrefslogtreecommitdiffstats
path: root/BUILDING.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-05-13 09:33:51 +0000
committerDRC <dcommander@users.sourceforge.net>2011-05-13 09:33:51 +0000
commitad7430bb2a087fbf43f872b24494e8aab72f0d23 (patch)
treed8cedada024993f5ae8012ae7c416c282a979b22 /BUILDING.txt
parent69854b4f09e2c131d4f692b4dff992e9a51c65c4 (diff)
downloadtigervnc-ad7430bb2a087fbf43f872b24494e8aab72f0d23.tar.gz
tigervnc-ad7430bb2a087fbf43f872b24494e8aab72f0d23.zip
NASM and GCC > 4.1 no longer necessary, because libjpeg-turbo is no longer part of the build
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4410 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt38
1 files changed, 4 insertions, 34 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 8bb18f22..0d4ac56a 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -7,29 +7,6 @@
Build Requirements
==================
--- NASM
- * 0.98, or 2.01 or later is required for a 32-bit build
- * NASM 2.00 or later is required for a 64-bit build
- * NASM 2.07 or later is required for a 64-bit build on OS X. This can be
- obtained from MacPorts (http://www.macports.org/).
-
- The binary RPMs released by the NASM project do not work on older Linux
- systems, such as Red Hat Enterprise Linux 4. On such systems, you can
- easily build and install NASM from a source RPM by downloading one of the
- SRPMs from
-
- http://www.nasm.us/pub/nasm/releasebuilds
-
- and executing the following as root:
-
- ARCH=`uname -m`
- rpmbuild --rebuild nasm-{version}.src.rpm
- rpm -Uvh /usr/src/redhat/RPMS/$ARCH/nasm-{version}.$ARCH.rpm
-
- NOTE: the NASM build will fail if texinfo is not installed.
-
--- GCC v4.1 or later recommended for best performance
-
-- X11 development kit
-- If building TLS support:
@@ -187,10 +164,9 @@ to the configure or build command lines.
Add
- --host x86_64-apple-darwin NASM=/opt/local/bin/nasm
+ --host x86_64-apple-darwin
-to the configure command line. NASM 2.07 or later from MacPorts must be
-installed.
+to the configure command line.
32-bit Build on 64-bit OS X
@@ -208,7 +184,7 @@ to the configure command line.
Add
- --host x86_64-apple-darwin NASM=/opt/local/bin/nasm \
+ --host x86_64-apple-darwin \
CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
-mmacosx-version-min=10.5 -O3' \
CXXFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
@@ -216,8 +192,7 @@ Add
LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
-mmacosx-version-min=10.5'
-to the configure command line. The OS X 10.5 SDK, and NASM 2.07 or later from
-MacPorts, must be installed.
+to the configure command line. The OS X 10.5 SDK must be installed.
32-bit Backward-Compatible Build on 64-bit OS X
@@ -272,11 +247,6 @@ Build Requirements
-- MinGW
- GCC v4.1 or later recommended for best performance
-
--- NASM (http://www.nasm.us/) 0.98 or later (NASM 2.05 or later is required for
- a 64-bit build)
-
-- Inno Setup (needed to build the TigerVNC installer)
Inno Setup can be downloaded from http://www.jrsoftware.org/isinfo.php.
You also need the Inno Setup Preprocessor, which is available in the