mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Bring nsgtk execution instruction forward to first sentence in paragraph.
svn path=/trunk/netsurf/; revision=3532
This commit is contained in:
parent
cc974e673f
commit
aeb355e404
@ -1,6 +1,6 @@
|
||||
To build the GTK version of NetSurf on a UNIX-like platform (although it has
|
||||
only been tested on Debian, Ubuntu and FreeBSD), simply run "make gtk" once
|
||||
you have got the relevent build dependancies installed. Under a Debian-like
|
||||
you have got the relevent build dependencies installed. Under a Debian-like
|
||||
OS, this should suffice:
|
||||
|
||||
apt-get install libglade2-dev libcurl3-dev libxml2-dev libmng-dev
|
||||
@ -16,12 +16,10 @@ the SQLite distribution, and consists of a single C file and a single runtime
|
||||
data file, and is trivial to build yourself.
|
||||
|
||||
Type "make gtk". Currently, this produces a huge number of warnings, mostly
|
||||
due to confused signedness. These havn't been fixed yet but are mostly
|
||||
due to confused signedness. These haven't been fixed yet but are mostly
|
||||
harmless.
|
||||
|
||||
Once you've built NetSurf, you should have an executable called nsgtk. You
|
||||
can't run this directly without setting up some environment variables so that
|
||||
NetSurf can find its resources (such as the window definitions, text resources,
|
||||
etc). A small shell script called "netsurf" is provided to make it easy to run
|
||||
NetSurf from the build tree.
|
||||
|
||||
Once built, NetSurf can be run by executing the shell script called "netsurf".
|
||||
This script sets up some environment variables, which enables the NetSurf
|
||||
binary to find its resources, making it easy to run the nsgtk binary from the
|
||||
build tree.
|
||||
|
Loading…
Reference in New Issue
Block a user