summaryrefslogtreecommitdiff
path: root/downloads/source/index.en
blob: ef51545b0c1d86c94e4a21c09753b2362f995128 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>NetSurf | Source Code</title>
<link rel="stylesheet" type="text/css" href="/netsurf.css">
<link rel="icon" type="image/png" href="/webimages/favicon.png">
</head>

<body>
<p class="banner"><a href="/"><img src="/netsurf.png" alt="NetSurf"></a></p>

<div class="navigation">
<div class="navsection">
<ul>
<li><a href="/about/">About NetSurf</a></li>
<li><a href="/downloads/">Downloads</a>
<ul>
<li><a href="/downloads/source/">Source</a></li>
<li><a href="/downloads/extras">Extras</a></li>
</ul>
</li>
<li><a href="/documentation/">Documentation</a></li>
<li><a href="/developers/">Development area</a></li>
<li><a href="/webmasters/">Webmaster area</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>

<div class="navsection">
<ul class="languages">
<!--<li><a href="index.de">Deutsch</a></li>-->
<li>English</li>
<!--<li><a href="index.fr">Fran�ais</a></li>-->
<!--<li><a href="index.nl">Nederlands</a></li>-->
</ul>
</div>

<div class="navsection">
<ul class="sitelinks">
<li><a href="http://wiki.netsurf-browser.org/">Development wiki</a></li>
<li><a href="http://source.netsurf-browser.org/">Git repository viewer</a></li>
</ul>
</div>

</div>

<div class="content">

<p class="breadcrumbs"><a href="/">Home</a> � <a href="/downloads/">Downloads</a> � Source code</p>

<h1>NetSurf Source Code</h1>

<p>The source code for each release version of NetSurf is available.</p>

<ul>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-2.9-full-src.tar.gz">NetSurf 2.9 source code</a> (27 Mar 2012)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-2.8-full-src.tar.gz">NetSurf 2.8 source code</a> (21 Sep 2011)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-2.7-full-src.tar.gz">NetSurf 2.7 source code</a> (16 Apr 2011)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.6-src.tar.gz">NetSurf 2.6 source code</a> (21 Sep 2010)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.5-src.tar.gz">NetSurf 2.5 source code</a> (18 Apr 2010)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.1-src.tar.gz">NetSurf 2.1 source code</a> (23 May 2009)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-2.0-src.tar.gz">NetSurf 2.0 source code</a> (25 Apr 2009)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-1.2-src.tar.gz">NetSurf 1.2 source code</a> (22 Mar 2008)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-1.1-src.tar.gz">NetSurf 1.1 source code</a> (13 Aug 2007)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source/netsurf-1.0-src.tar.gz">NetSurf 1.0 source code</a> (17 May 2007)</li>
</ul>

<h2>Development version source code</h2>

<p>NetSurf's source code is stored in a Git repository. <strong>The best way to obtain the latest source code is to check it out of Git.</strong> To do so, run the following command:</p>

<p><code>$ git clone git://git.netsurf-browser.org/netsurf.git</code></p>

<p>The latest source code can also be viewed via a <a href="http://source.netsurf-browser.org/?p=netsurf.git">web interface</a>.</p>

<p>Using Git, as described above, is the recommended way to obtain the source, however it is possible to download it from here.</p>

<ul class="developmentbuilds">
<!--#include virtual="/downloads/development/source.inc"-->
</ul>

<h2 id="BuildInstructions">Build Instructions</h2>

<p>There are two versions of NetSurf: NetSurf for RISC OS and GTK NetSurf (often referred to as nsgtk).</p>

<h3>Unix-like platforms</h3>
<p>Users of Unix-like platforms, including Linux, should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-GTK;hb=HEAD"><code>Docs/BUILDING-GTK</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>

<h3>RISC OS</h3>
<p>RISC OS users should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-RISC_OS;hb=HEAD"><code>Docs/BUILDING-RISC_OS</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>

<h3>Haiku and BeOS</h3>
<p>Users of BeOS-like platforms should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-BeOS;hb=HEAD"><code>Docs/BUILDING-BeOS</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>

<h3>AmigaOS</h3>
<p>Users of AmigaOS should follow the build instructions provided in the <a href="http://source.netsurf-browser.org/?p=netsurf.git;a=blob_plain;f=Docs/BUILDING-AmigaOS;hb=HEAD"><code>Docs/BUILDING-AmigaOS</code></a> file. This can be found in the source tree or viewed via the Git web interface.</p>


<div class="footer">
<p>Copyright 2003 - 2012 The NetSurf Developers</p>
</div>

</div>


<form method="get" action="http://www.google.co.uk/search">
<div class="searchbox">
<input type="hidden" name="q" value="site:netsurf-browser.org">
<input type="text" name="q" maxlength="255"><br>
<input type="submit" value="Search" name="btnG">
</div>
</form>

</body>
</html>