From 7caebae41ed05d80609fcc119d3f801683c9f644 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Tue, 18 Mar 2008 14:16:28 +0000 Subject: Update GTK building instructions to mention new Makefile, and talk about the netsurf starter script a little more. svn path=/trunk/netsurf/; revision=3961 --- Docs/BUILDING-GTK | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK index ca8ded155..db45b4f86 100644 --- a/Docs/BUILDING-GTK +++ b/Docs/BUILDING-GTK @@ -19,11 +19,13 @@ support. If you have trouble finding lemon for your platform, it forms part of 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 haven't been fixed yet but are mostly -harmless. +Type "make -f Makefile.unix". Currently, this produces a huge number of +warnings, mostly due to confused signedness. These haven't been fixed yet but +are mostly harmless. 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. +build tree. If you're packaging NetSurf, you can edit the RESPATH macro near +the top of gtk/gtk_gui.c to point at a directory to search, removing much of +the need for this starter shell script. -- cgit v1.2.3