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