= DOWNLOAD = LCD4Linux used to be hosted on [http://sourceforge.net/project/?group_id=1310 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 == * '''[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.10.1-RC2.tar.gz LCD4Linux-0.10.1-RC2]''' (2007-04-30) * '''[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.10.1-RC1.tar.gz LCD4Linux-0.10.1-RC1]''' (2007-02-24) * '''[http://ssl.bulix.org/projects/lcd4linux/attachment/wiki/Download/lcd4linux-0.10.0.tar.gz LCD4Linux-0.10.0]''' (2005-11-06) ---- == openSUSE Packages == Since SuSE Linux 9.1, lcd4linux is part of the distribution. You can find up-to-date lcd4linux packages for different openSUSE versions in the corresponding subdirectory on: http://software.opensuse.org/download/LCD ---- == Gentoo Linux Packages == LCD4Linux is an official package of Gentoo Linux. Take a look at http://packages.gentoo.org for details... ---- == Arch Linux Packages == There are no binary packages yet, but lcd4linux is in AUR at http://aur.archlinux.org/packages.php?ID=20514. ---- == 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 ---- == IPCop lcd4linux packages == Tom 'wintermute' provides lcd4linux packages for the IPCop firewall: lcd4linux v0.10.1-RC2 for IPCop v1.4.x (stable): http://www.ipadd.de/binary-v14.html lcd4linux v0.11.0-SVN (weekly builds) for IPCop v1.9.x/v2.0 (pre): http://www.ipadd.de/binary-v2.html To read more about IPCop go to http://www.ipcop.org ---- == Subversion Repository == If you want to stay with the bleeding edge development of lcd4linux, you may have a look at the [browser: 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 }}} (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! ----