summaryrefslogtreecommitdiff
path: root/downloads/source/index.html
blob: 8519f1f77707ca5fd72a78543bbec839c8ffc8c2 (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
<!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>
<li><a href="http://ci.netsurf-browser.org/">Continuous Integration</a></li>
<li><a href="http://bugs.netsurf-browser.org/">Bug report system</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-all-3.2.tar.gz">NetSurf 3.2 source code</a> (30 Aug 2014)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.1.tar.gz">NetSurf 3.1 source code</a> (26 Apr 2014)</li>
<li><a href="http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-3.0-full-src.tar.gz">NetSurf 3.0 source code</a> (20 Apr 2013)</li>
<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/netsurf.git/">web interface</a>.</p>

<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/netsurf.git/plain/Docs/QUICK-START"><code>Docs/QUICK-START</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/netsurf.git/plain/Docs/BUILDING-BeOS"><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/netsurf.git/plain/Docs/BUILDING-AmigaOS"><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 - 2014 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>