summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorMichael Drake <mdrake@myriad>2014-02-26 14:01:42 +0000
committerMichael Drake <mdrake@myriad>2014-02-26 14:01:42 +0000
commit821adc1b0edf966b6f81d752d74313d20e69c34c (patch)
treea561926ac9ff3224f8de9720c372c26d371041ca /Docs
parent60973fe5d1da545b0c993df1261e6b649c7b4dd9 (diff)
downloadnetsurf-821adc1b0edf966b6f81d752d74313d20e69c34c.tar.gz
netsurf-821adc1b0edf966b6f81d752d74313d20e69c34c.tar.bz2
Add quick start guide to using env.sh
Diffstat (limited to 'Docs')
-rw-r--r--Docs/QUICK-START53
1 files changed, 53 insertions, 0 deletions
diff --git a/Docs/QUICK-START b/Docs/QUICK-START
new file mode 100644
index 000000000..b8200c7a8
--- /dev/null
+++ b/Docs/QUICK-START
@@ -0,0 +1,53 @@
+--------------------------------------------------------------------------------
+ Quick Build Steps for NetSurf 26 February 2014
+--------------------------------------------------------------------------------
+
+ This document provides steps for building the GTK version of NetSurf on a
+ debian based linux system.
+
+
+ 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
+===============================
+
+ $ ns-apt-get-install
+
+
+ Get the NetSurf project source code
+=====================================
+
+ $ ns-clone
+
+
+ Build and install our project libraries
+=========================================
+
+ $ ns-pull-install
+
+
+ Switch to new NetSurf workspace
+=================================
+
+ $ rm env.sh
+ $ cd ~/dev-netsurf/workspace
+ $ source env.sh
+
+
+ Build and run NetSurf
+=======================
+
+ $ cd netsurf
+ $ make
+ $ ./nsgtk
+
+ For the framebuffer front end, you could do:
+
+ $ make TARGET=framebuffer
+ $ ./nsfb
+