ELOG is distributed both as source code and as precompiled binaries for
various platforms. In addition to major versions, minor releases are made
containing bug fixes or some new and not yet completely debugged code. This
is usually the case if some user asks for some new features, which are then
implemented and sent to the user for testing. The minor releases are named
x.y.z-r
where r
is the release number.
A CVS web access to the
source code contains the complete development history of ELOG. To check out the complete
CVS tree, use:
setenv CVS_RSH ssh (or "export CVS_RSH=ssh" for bash & Co)
cvs -d :ext:cvs@midas.psi.ch:/usr/local/cvsroot checkout elog
cvs@midas.psi.ch's password: cvs
News for each version can be seen in the changelog
The source code is available as a good old TAR file. Select elog-latest.tar.gz unless you want to download a previous version. Untar the file with
tar -zxvf elog-latest.tar.gz
and compile it with "make"
. Then follow the instructions on how to install the server
on a Linux system.
The windows binaries are distributed with an automatic installer. Execute the installer to install ELOG and to register the elogd server as a windows service. Previous windows versions can be found here.
Linux binaries are distributed as a RPM. For previous versions check here. There are also SRPMS. Thanks to Recai Oktas there is also a Debian package.
Courtesy of Fred Pacquier. Please visit his Download page.