summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-03-21 20:27:39 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-03-21 20:27:39 +0000
commite0ba58db236ab131d7ec6b8965c906a70fe1e19d (patch)
tree99cc667b2de225e4786447f5f65895871e2e075e /Docs
parent457ce76a5a31597864368a5f0758b59ed609ae56 (diff)
downloadnetsurf-e0ba58db236ab131d7ec6b8965c906a70fe1e19d.tar.gz
netsurf-e0ba58db236ab131d7ec6b8965c906a70fe1e19d.tar.bz2
Tweak wording.
svn path=/trunk/netsurf/; revision=4024
Diffstat (limited to 'Docs')
-rw-r--r--Docs/BUILDING-GTK12
1 files changed, 6 insertions, 6 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index 2ba5dbbde..525fa9ac5 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -7,13 +7,13 @@
$ make
- Once built, NetSurf can be run by executing 'netsurf' shell script:
+ Once built, NetSurf can be run by executing the 'netsurf' shell script:
$ ./netsurf
This script makes it easy to run the nsgtk binary from the build tree. It
- sets up some environment variables which enable the NetSurf binary to find
- its resources.
+ sets up some environment variables which enable NetSurf to find its
+ resources.
Tested on Debian, Ubuntu, Fedora 8, FreeBSD, NetBSD and Solaris 10.
@@ -38,9 +38,9 @@
$ yum install libglade2-devel curl-devel libxml2-devel libmng-devel
$ yum install librsvg2-devel lcms-devel re2c
- If your distribution does not package 'lemon' (like Fedora doesn't) then
- you'll need to download it and build it yourself. You may find it comes with
- the SQLite packages (SQLite's parser is built with lemon). If not, try this:
+ If your distribution does not package 'lemon' (Fedora doesn't) then you'll
+ need to download it and build it yourself. You may find it comes with the
+ SQLite packages (SQLite's parser is built with lemon). If not, try this:
$ mkdir -p /usr/local/share/lemon
$ wget http://www.sqlite.org/cvstrac/getfile/sqlite/tool/lemon.c