summaryrefslogtreecommitdiff
path: root/Docs/QUICK-START
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-03-16 14:06:47 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-03-16 14:06:47 +0000
commit2059787a24b8bb9d1d94c028c2f4feb7745619d4 (patch)
treedba428c2c052e1341438821e62a20dff6a0b5a99 /Docs/QUICK-START
parent5e1c19128b5ef32ca1798a9544aaf9b6e382e404 (diff)
downloadnetsurf-2059787a24b8bb9d1d94c028c2f4feb7745619d4.tar.gz
netsurf-2059787a24b8bb9d1d94c028c2f4feb7745619d4.tar.bz2
Tidy up NS build section.
Diffstat (limited to 'Docs/QUICK-START')
-rw-r--r--Docs/QUICK-START6
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/QUICK-START b/Docs/QUICK-START
index 2597bc79b..237027b71 100644
--- a/Docs/QUICK-START
+++ b/Docs/QUICK-START
@@ -50,10 +50,14 @@
-----------------------
$ cd netsurf
+
+ To build the native front end (the GTK front end on Linux, BSDs, etc) you
+ could do:
+
$ make
$ ./nsgtk
- For the framebuffer front end, you could do:
+ To build the framebuffer front end, you could do:
$ make TARGET=framebuffer
$ ./nsfb