summaryrefslogtreecommitdiffstats
path: root/website/web/download/index.xml
blob: 45ed119bdb1f70c33fb4a2ddba27f06b3fa776e5 (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Download</title>
 </head>
 <body>
	<h1>Download</h1>

	<p>
	  Lasso is licensed under the GNU GPL and the latest release
	  is available here as a gzipped tarball:
	  <a href="http://labs.libre-entreprise.org/frs/download.php/806/lasso-2.3.0.tar.gz">lasso-2.3.0.tar.gz</a>
	</p>

	<h2>Binary Downloads</h2>

	<h3>Debian Packages</h3>

	<p>
	  Debian packages are available in the official Debian distribution,
	  they are included in the current testing and development versions
	  (<i>etch</i> and <i>sid</i>).
	</p>
	 
	<p>
		Additionnaly there are <i>lenny</i> and <i>karmic</i> packages and there may be more
	  up-to-date packages available in our local apt repository.  Pick the
	  one appropriate for your distribution:
	</p>

	<pre>
deb http://deb.entrouvert.org lenny main
deb http://deb.entrouvert.org karmic main
</pre>

	<p>
	  Available packages are:
	</p>

	<ul>
	 <li>liblasso3: runtime library</li>
	 <li>liblasso3-dev: C development kit</li>
	 <li>python-lasso: Python 2.5 &amp; 2.6 bindings</li>
	 <li>php5-lasso: PHP bindings</li>
	 <li>liblasso-java: JAVA bindings</li>
	 <li>liblasso3-perl: Perl bindings</li>
	</ul>

	<p>
	  You can also browse the repositories on <a
	  href="http://deb.entrouvert.org">deb.entrouvert.org</a>
	</p>


	<h3>Fedora Core Packages</h3>

	<p>
	  There are RPM packages built on Fedora Core 6; <strong>beware that
		  they are from an old release</strong>
	</p>

	<ul>
	 <li><a
	 href="http://labs.libre-entreprise.org/frs/download.php/596/lasso-2.1.1-1.i386.rpm">lasso-2.1.1-1.i386.rpm</a></li>
	 <li><a
	 href="http://labs.libre-entreprise.org/frs/download.php/597/lasso-devel-2.1.1-1.i386.rpm">lasso-devel-2.1.1-1.i386.rpm</a></li>
	 <li><a
	 href="http://labs.libre-entreprise.org/frs/download.php/598/lasso-java-2.1.1-1.i386.rpm">lasso-java-2.1.1-1.i386.rpm</a></li>
	 <li><a
	 href="http://labs.libre-entreprise.org/frs/download.php/599/lasso-perl-2.1.1-1.i386.rpm">lasso-perl-2.1.1-1.i386.rpm</a></li>
	 <li><a
	 href="http://labs.libre-entreprise.org/frs/download.php/600/lasso-python-2.1.1-1.i386.rpm">lasso-python-2.1.1-1.i386.rpm</a></li>
	</ul>


	<h3>Microsoft Windows Installer Packages</h3>

	<p>
	 The following Microsoft Windows installer packages are available
	 for the previous, 2.1.1, release:
	</p>

	<ul>
	 <li><a
	 href="https://labs.libre-entreprise.org/frs/download.php/629/Install-lite-wsf-2_1_1.exe">[lite]</a>
	 Installer with Lasso library</li>
	 <li><a
	 href="https://labs.libre-entreprise.org/frs/download.php/630/Install-full-wsf-2_1_1.exe">[full]</a>
	 Installer with Lasso library as well as dependencies</li>
	 <li><a
	 href="https://labs.libre-entreprise.org/frs/download.php/631/Install-java-lite-wsf-2_1_1.exe">[java
	 lite]</a> Installer with Java binding for Lasso library</li>
	 <li><a
	 href="http://labs.libre-entreprise.org/frs/download.php/603/Install-deps-2_1_1.exe">[deps]</a>
	 Installer with dependencies only</li>
	</ul>


	<h2>Subversion</h2>

	<p>
	 Lasso is also available through Subversion; you can checkout source code
	 (see below) or browse source files online with <a
	 href="https://dev.entrouvert.org/projects/lasso/repository">ViewCVS</a>.
	</p>

	<pre> svn checkout svn://labs.libre-entreprise.org/svnroot/lasso/trunk lasso </pre>

	<p> We are actively moving to git for future development, the details
		will be given here. For people who cannot use git, regular
		tarbal of the trunk will be made. </p>

 </body>
</html>