]> git.sur5r.net Git - glabels/blob - web/download/index.php
Release 2.2.4
[glabels] / web / download / index.php
1 <?php include "../common_php.inc"; ?>
2
3 <?php gLabelsHeader("download"); ?>
4
5
6 <h1 class="download">Stable Version ...</h1>
7
8
9
10
11 <h2>System Requirements</h2>
12 <p>
13 gLabels is designed to run on <i>GNOME 2.16+</i>, but more specifically it requires the following libraries or newer.
14 </p>
15 <ul>
16   <li>GTK+-2.10.x</li>
17   <li>LIBGNOME[UI]-2.16.x</li>
18   <li>LIBXML-2.6.x</li>
19   <li>LIBGLADE-2.6.x</li>
20 </ul>
21 <p>
22 Note: to compile gLabels on most GNU/Linux systems, you will need the development packages (e.g., gtk2-devel or gtk2-dev)
23 installed for each of these libraries and their dependencies.
24 Just having the base library packages installed is not enough.
25 </p>
26
27
28 <h2>Source:</h2>
29 <ul>
30   <li>
31     <div class="latest">
32       <?a_sfdownload("glabels-2.2.4.tar.gz");?> (latest version)
33     </div>
34   </li>
35   <li><?a_sfdownload("glabels-2.2.3.tar.gz");?></li>
36   <li><?a_sfdownload("glabels-2.2.2.tar.gz");?></li>
37   <li><?a_sfdownload("glabels-2.2.1.tar.gz");?></li>
38   <li><?a_sfdownload("glabels-2.2.0.tar.gz");?></li>
39 </ul>
40
41
42
43
44
45 <h2>Third party packages</h2>
46 <p>
47 gLabels is currently available for most popular GNU/Linux distributions through
48 their associated repositories, including the following repositories:
49 <ul>
50   <li>Debian</li>
51   <li>Fedora Extras</li>
52   <li>Ubuntu Universe</li>
53 </ul>
54
55
56
57
58
59
60
61 <a id="unstable"></a>
62 <h1 class="development">Development (Unstable) Version ...</h1>
63
64 <h2>System Requirements</h2>
65 <p>
66 The development version of gLabels is designed to run on <i>GNOME 2.22+</i>, but more specifically it requires the following libraries or newer.
67 </p>
68 <ul>
69   <li>GTK+-2.12.x</li>
70   <li>LIBGNOME[UI]-2.22.x</li>
71   <li>LIBXML-2.7.x</li>
72 </ul>
73 <p>
74 Note: to compile gLabels on most GNU/Linux systems, you will need the development packages (e.g., gtk2-devel or gtk2-dev)
75 installed for each of these libraries and their dependencies.
76 Just having the base library packages installed is not enough.
77 </p>
78
79
80 <h2>Source:</h2>
81 <ul>
82
83   <li>
84     <div class="latest">
85           <i>No post 2.2.x development version available yet.</i>
86     </div>
87   </li>
88 </ul>
89
90 <h2>Subversion:</h2>
91 <p>
92 The latest bleading-edge version of gLabels can be checked out through subversion with
93 the following command.
94 </p>
95 <div class="codebox">$  svn co https://glabels.svn.sourceforge.net/svnroot/glabels/trunk/glabels2
96 </div>
97 <p>
98 More information can be found at the <?a("http://sourceforge.net/svn/?group_id=46122","gLabels subversion page at Sourceforge");?>.
99 </p>
100 <ul>
101   <li><?a("http://glabels.svn.sourceforge.net/viewvc/glabels/","Browse the Subversion Repository");?></li>
102 </ul>
103
104
105
106
107
108
109
110 <h2><?a("http://sourceforge.net/project/showfiles.php?group_id=46122", "Older versions ...");?></h2>
111
112
113
114
115
116 <?php gLabelsFooter(); ?>