Aeskulap - Downloads
Precompiled binaries
- Windows installer version 0.2.1 (25-apr-2007): 5.1MB
aeskulap-0.2.1-setup.exe - Ubuntu Breezy binary version 0.2.1 (08-mar-2006): 1.7MB
aeskulap_0.2.1-2_i386.deb - Ubuntu Dapper / Debian Etch binary version 0.2.1 (08-mar-2006): 1.7MB
aeskulap_0.2.1-2_i386.deb
Gentoo portage overlay
- Download the latest overlay from the CVS repository.
cd /usr/local
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/aeskulap co portage-aeskulap
Now we have a portage overlay tree under /usr/local/portage-aeskulap. - Add this path to your PORTDIR_OVERLAY in /etc/make.conf.
PORTDIR_OVERLAY="/usr/local/portage-aeskulap" - Now we are ready to emerge aeskulap:
emerge -av aeskulap
And you're done.
Documentation
- Tutorials (Portable Document Format): 980KB
aeskulap-tutorials.pdf - Tutorials (OpenOffice SXW Format): 460KB
aeskulap-tutorials.sxw
Please use this file if you want to contribute to the documentation.
Compilation requirements
- Linux/Unix (or any platform having the required packages available).
- automake / autoconf tools
- gtk >= 2.6.0, gtkmm >= 2.6.0
- libglademm >= 2.6.0, gconfmm >= 2.10.0
Cross-compile the sources from Linux for Windows.
Cross-compiling instructions can be found here.Download the source
- Source tarball version 0.2.1: 4.4MB
aeskulap-0.2.1.tar.gz
CVS version
You can browse the CVS tree from here.To get the latest cvs snapshot (from savannah) type in a console:
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/aeskulap co aeskulap
compile:
cd aeskulap
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
and install (needs administrative rights):
make install