mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 14:29:20 +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
|
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
|
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:
|
OS, this should suffice:
|
||||||
|
|
||||||
apt-get install libglade2-dev libcurl3-dev libxml2-dev libmng-dev
|
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.
|
data file, and is trivial to build yourself.
|
||||||
|
|
||||||
Type "make gtk". Currently, this produces a huge number of warnings, mostly
|
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.
|
harmless.
|
||||||
|
|
||||||
Once you've built NetSurf, you should have an executable called nsgtk. You
|
Once built, NetSurf can be run by executing the shell script called "netsurf".
|
||||||
can't run this directly without setting up some environment variables so that
|
This script sets up some environment variables, which enables the NetSurf
|
||||||
NetSurf can find its resources (such as the window definitions, text resources,
|
binary to find its resources, making it easy to run the nsgtk binary from the
|
||||||
etc). A small shell script called "netsurf" is provided to make it easy to run
|
build tree.
|
||||||
NetSurf from the build tree.
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user