Downloading

From Davical
Revision as of 21:22, 18 July 2014 by Fenton (talk | contribs) (Remove references to Andrew's site in NZ, which is now offline.)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Template:Languages Template:TOCright DAViCal is generally available for download from:

https://gitlab.com/davical-project/davical/tags

Andrew's Web Libraries, which DAViCal depends on, is similarly available from:

https://gitlab.com/davical-project/awl/tags

Both these sources are of the full Git repository, which includes the website and other pieces you may not need. We hope to have a better packaged distribution again in the near future.

Pre-built Distribution Files

Debian / Ubuntu

Debian Wheezy/Squeeze

AWL 0.53 and DAViCal 1.1.1 are in Debian repositories and can be installed directly with apt-get.

Ubuntu

DAViCal and AWL have been synced from Debian and are present already.

Older Ubuntu & Debian releases

While older DAViCal packages are present in several releases of Ubuntu, you may want to consider installing a more recent version from the Gitlab repository referenced above.

Gentoo

An ebuild should be available within the 'sunrise' overlay.

Red Hat and other RPM-based releases

It is possible that DAViCal will appear in the Fedora repository at some point. In the meantime, it is probably best to install from the sources.

FreeBSD

There are ports of DAViCal which are updated from time to time.

Installing from Source

Tar archives

DAViCal is not a compiled package, so there is generally very little to be gained from installing from source, however you can do this by downloading the relevant .tar.gz files (both DAViCal and AWL) from the above location.

Installing from Git

If you really do want to install from source you are best advised to clone from the DAViCal git repository at GitHub (and the AWL repository which is on repo.or.cz) as follows:

git clone git://repo.or.cz/davical.git
git clone git://repo.or.cz/awl.git

For more information have a read of Developer Setup and Helping with DAViCal.