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
|
<HTML>
<HEAD>
<TITLE>ELOG download page</TITLE>
<LINK REV="made" HREF="mailto:fredp@mygale.org">
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
<META NAME="author" CONTENT="Fred Pacquier">
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
<META NAME="keywords" CONTENT="ELOG MIDAS PSI RITT">
<LINK REL="stylesheet" TYPE="text/css" HREF="elog.css">
</HEAD>
<div class=title> ELOG download page </div>
<p>
<div class=menu> Site map :
[<a target=_top class=nav href="index.html">Home</a>]
[<a target=_top class=nav href="userguide.html">User's Guide</a>]
[<a target=_top class=nav href="adminguide.html">Administrator's Guide</a>]
[<a target=_top class=nav href="faq.html">FAQ</a>]
[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]
[<a target=_top class=nav href="wishlist.html">Wishlist</a>]
[<a class=nav href="contrib.html">Contributions</a>]
[<a target=_top class=nav href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]
[Download]
</div>
<p>
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
<b><code>x.y.z-r</code></b> where <b><code>r</code></b> is the release number.
A <a href="https://bitbucket.org/ritt/elog/">web access</a>
to the source code contains the complete development history of ELOG. To check out the complete
GIT repository, use:<P>
<code>
<b>git clone https://bitbucket.org/ritt/elog.git</b><br>
<b>git clone https://bitbucket.org/tmidas/mxml.git</b><br>
</code><p>
Building elogd and installing it from the respository works in the same way as building
it from the tarball. Issue in the elog directory a "make", followed by a "make install".<p>
News for each version can be seen in the
<a href="http://midas.psi.ch/elog/download/ChangeLog">changelog</a><p>
<div class=Section><i>ELOG source code</i></div><p>
The source code is available as a good old <a href="http://midas.psi.ch/elog/download/tar/">TAR<a>
file. Select <a href="http://midas.psi.ch/elog/download/tar/elog-latest.tar.gz">elog-latest.tar.gz</a>
unless you want to download a previous version. Untar the file with<p>
<code>
tar -zxvf elog-latest.tar.gz
</code><p>
and compile it with <code>"make"</code>. Then follow the instructions on how to install the server
on a Linux system.
<div class=Section><i>Windows Binaries</i></div><p>
The windows binaries are distributed with an automatic
<a href="http://midas.psi.ch/elog/download/windows/elog-latest.exe">installer<a>. Execute
the installer to install ELOG and to register the elogd server as a windows service. Previous
windows versions can be found <a href="http://midas.psi.ch/elog/download/windows/">here</a>.<p>
<div class=Section><i>Linux Binaries</i></div><p>
Linux binaries are distributed as a
<a href="http://midas.psi.ch/elog/download/RPMS/elog-latest.i386.rpm">RPM</a>. For previous
versions check <a href="http://midas.psi.ch/elog/download/RPMS/">here</a>. There are
also <a href="http://midas.psi.ch/elog/download/SRPMS">SRPMS</a>. Thanks to Recai Oktas
there is also a <a href="http://packages.debian.org/elog">Debian package</a>.<p>
<div class=Section><i>Sharp Zaurus Binaries</i></div><p>
Courtesy of Fred Pacquier. Please visit his <a href="http://fredp.lautre.net/Z/">Download page</a>.
<div class=footer>
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
- last modified on 19/12/2001
</div>
</frameset>
</HTML>
|