DOWNLOAD

LCD4Linux used to be hosted on SourceForge, but we did migrate nearly everything to Trac. So please don't use the SourceForge services any more (except the mailing lists), they may be out of date.


Source Code


SuSE RPM Packages

Binary RPM Packages for SuSE 8.0, 8.1 and 9.0 are available from SourceForge at the Files Page or via HTTP or FTP.

Since 9.1 SuSE Linux contains lcd4linux as an official package. For SuSE Linux 10.1 see: http://www.novell.com/products/linuxpackages/suselinux/lcd4linux.html

You can find lcd4linux CVS version packages for different SUSE versions in the corresponding subdirectory on: http://software.opensuse.org/download/home:/tsieden/


Gentoo Linux Packages

LCD4Linux is an official package of Gentoo Linux. Take a look at http://packages.gentoo.org for details...


LEAF Bering uClibc 2.0 package

The Bering uClibc team provides a lcd4linux package: http://leaf.sourceforge.net/bering-uclibc/

To read more about Bering uClibc go to http://leaf.sourceforge.net/bering-uclibc/


eisfair lcd4linux package

The eisfair team provides a lcd4linux package: http://www.pack-eis.de/index.php?p=lcd

To read more about eisfair go to http://www.eisfair.org/english/eisfair.htm


Subversion Repository

If you want to stay with the bleeding edge development of lcd4linux, you may have a look at the SVN web interface.

To access the repository in a read-only way, you need a subversion client and the following instruction:

svn co https://ssl.bulix.org/svn/lcd4linux/trunk lcd4linux

This command will create a directory 'lcd4linux' for you, containing the current SVN code. If you want to update your local dir (which you should do on a regular basis), use the following command (inside the lcd4linux directory):

svn up

Subversion write access

If you are a developer and want to commit things into the repository, you need an account there. Choose a username and a password, and send us the output of

htpasswd2 -n -s <user>

(depending on your distribution, there may be no htpasswd2 command, but a htpasswd)

Firewall issues

Some firewalls - especially big corporate ones - block the WebDAV protocol used by svn, presumably due to security concerns. In such a situation the transaction will time-out with an error message such as

svn: PROPFIND request failed on '/svn/lcd4linux/trunk'
>>> svn: PROPFIND of '/svn/lcd4linux/trunk': 
 could not connect to server (https://ssl.bulix.org)

If you see this, take it up with the administrator of your firewall!


Attachments