summaryrefslogtreecommitdiff
path: root/Docs/QUICK-START
blob: b8200c7a8c8dae3ce2f0e2c7c4eac7d7e9cf45d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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