summaryrefslogtreecommitdiffstats
path: root/BUILDING.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-02-10 23:15:16 +0000
committerDRC <dcommander@users.sourceforge.net>2011-02-10 23:15:16 +0000
commit5f578a548dab27ae33a50923a76744e82e665655 (patch)
treea16d1c9fbfd914865d52f7e890771999ea95ef4b /BUILDING.txt
parentad6af916cac9ebbaa90d0a4d8f4747f35905e2af (diff)
downloadtigervnc-5f578a548dab27ae33a50923a76744e82e665655.tar.gz
tigervnc-5f578a548dab27ae33a50923a76744e82e665655.zip
Minor tweaks (capitalization, etc.)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4287 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 7ab891b9..ef0c7ba0 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -59,7 +59,7 @@ For in-tree builds, these directories are the same.
Building TigerVNC
=================
-The following procedure will build the TigerVNC viewer on Linux and Unix
+The following procedure will build the TigerVNC Viewer on Linux and Unix
systems. On 64-bit systems, this may build a 32-bit version of TigerVNC,
depending on the default autotools configuration for your system. See below
for specific build instructions for 64-bit systems.
@@ -73,18 +73,18 @@ for specific build instructions for 64-bit systems.
NOTE: Running autoreconf in the source directory is only necessary if building
TigerVNC from the SVN repository.
-Building the TigerVNC server (Xvnc) is a bit trickier. On newer systems, such
+Building the TigerVNC Server (Xvnc) is a bit trickier. On newer systems, such
as Fedora, Xvnc is typically built to use the X11 shared libraries provided
with the system. This requires a system with Xorg 7.4 or later, however.
Systems with older versions of Xorg must build a "legacy-friendly" version of
-the TigerVNC server. This is accomplished by downloading and building the
+the TigerVNC Server. This is accomplished by downloading and building the
more recent Xorg modules in a local directory and then building Xvnc such that
it links against the local build of these libraries, not the X11 libraries
installed on the system. The "build-xorg" script in the TigerVNC source
-distribution automates this process.
+distribution (located under unix/) automates this process.
-The following procedure will build both the TigerVNC viewer and a
-"legacy-friendly" version of the TigerVNC server:
+The following procedure will build both the TigerVNC Viewer and a
+"legacy-friendly" version of the TigerVNC Server:
cd {build_directory}
sh {source_directory}/unix/build-xorg init -version 7.4
@@ -98,7 +98,7 @@ build should work on Red Hat Enterprise 4, its contemporaries, and later
systems. It probably will not work on older systems. It has not been tested
on non-Linux systems (yet).
-build-xorg can also be used to rebuild just the TigerVNC server and viewer,
+build-xorg can also be used to rebuild just the TigerVNC Server and Viewer,
once the X11 modules and other dependencies have been built the first time.
This is convenient for testing changes that just apply to the TigerVNC source
code. To accomplish this, run: