summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-27 23:20:02 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-27 23:20:02 +0000
commit6a558b293298fe1267c53ee4f6c42f8889ef581b (patch)
treead4cd934fa62e7822b19631451a4ea0a8fd2f446 /Docs
parent821adc1b0edf966b6f81d752d74313d20e69c34c (diff)
downloadnetsurf-6a558b293298fe1267c53ee4f6c42f8889ef581b.tar.gz
netsurf-6a558b293298fe1267c53ee4f6c42f8889ef581b.tar.bz2
Improve explanations a little, provide fallback.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/QUICK-START25
1 files changed, 19 insertions, 6 deletions
diff --git a/Docs/QUICK-START b/Docs/QUICK-START
index b8200c7a8..917a3cfeb 100644
--- a/Docs/QUICK-START
+++ b/Docs/QUICK-START
@@ -7,32 +7,37 @@
Grab a temporary env.sh
-==========================
+--------------------------
$ wget http://git.netsurf-browser.org/netsurf.git/plain/Docs/env.sh
$ source env.sh
Install any packages you need
-===============================
+-------------------------------
+
+ Installs all packages required to build NetSurf and the NetSurf project
+ libraries.
$ ns-apt-get-install
Get the NetSurf project source code
-=====================================
+-------------------------------------
$ ns-clone
Build and install our project libraries
-=========================================
+-----------------------------------------
+
+ Updates NetSurf project library sources to latest, builds and installs them.
$ ns-pull-install
Switch to new NetSurf workspace
-=================================
+---------------------------------
$ rm env.sh
$ cd ~/dev-netsurf/workspace
@@ -40,7 +45,7 @@
Build and run NetSurf
-=======================
+-----------------------
$ cd netsurf
$ make
@@ -51,3 +56,11 @@
$ make TARGET=framebuffer
$ ./nsfb
+
+ Not working?
+==============
+
+ If the above steps are inapplicable, or don't work, you can build manually.
+ Follow the instructions in the BUILDING-* documents in the Docs/ directory
+ the NetSurf browser source tree.
+