]> git.sur5r.net Git - glabels/blob - web/download/index.php
Added links to getdeb packages.
[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 </p>
50 <ul>
51   <li>Debian</li>
52   <li>Fedora Extras</li>
53   <li><?a("http://www.getdeb.net/app/gLabels","Getdeb for Ubuntu (and derived) GNU/Linux distributions");?></li>
54 </ul>
55 <p></p>
56
57
58
59
60
61
62 <a id="unstable"></a>
63 <h1 class="development">Development (Unstable) Version ...</h1>
64
65 <h2>System Requirements</h2>
66 <p>
67 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.
68 </p>
69 <ul>
70   <li>GTK+-2.12.x</li>
71   <li>LIBGNOME[UI]-2.22.x</li>
72   <li>LIBXML-2.7.x</li>
73 </ul>
74 <p>
75 Note: to compile gLabels on most GNU/Linux systems, you will need the development packages (e.g., gtk2-devel or gtk2-dev)
76 installed for each of these libraries and their dependencies.
77 Just having the base library packages installed is not enough.
78 </p>
79
80
81 <h2>Source:</h2>
82 <ul>
83
84   <li>
85     <div class="latest">
86           <i>No post 2.2.x development version available yet.</i>
87     </div>
88   </li>
89 </ul>
90
91 <h2>Subversion:</h2>
92 <p>
93 The latest bleading-edge version of gLabels can be checked out through subversion with
94 the following command.
95 </p>
96 <div class="codebox">$  svn co https://glabels.svn.sourceforge.net/svnroot/glabels/trunk/glabels2
97 </div>
98 <p>
99 More information can be found at the <?a("http://sourceforge.net/svn/?group_id=46122","gLabels subversion page at Sourceforge");?>.
100 </p>
101 <ul>
102   <li><?a("http://glabels.svn.sourceforge.net/viewvc/glabels/","Browse the Subversion Repository");?></li>
103 </ul>
104
105
106
107
108
109
110
111 <h2><?a("http://sourceforge.net/project/showfiles.php?group_id=46122", "Older versions ...");?></h2>
112
113
114
115
116
117 <?php gLabelsFooter(); ?>