Downloading: Difference between revisions

From Davical
Jump to navigationJump to search
 
(Remove references to Andrew's site in NZ, which is now offline.)
Line 2: Line 2:
{{TOCright}}
{{TOCright}}
DAViCal is generally available for download from:
DAViCal is generally available for download from:
  http://debian.mcmillan.net.nz/packages/davical/
  https://gitlab.com/davical-project/davical/tags


Andrew's Web Libraries, which DAViCal depends on, is similarly available from:
Andrew's Web Libraries, which DAViCal depends on, is similarly available from:
  http://debian.mcmillan.net.nz/packages/awl/
  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 ==
== Pre-built Distribution Files ==
Line 11: Line 13:
=== Debian / Ubuntu ===
=== Debian / Ubuntu ===


==== Debian Sid ====
==== Debian Wheezy/Squeeze ====


The latest versions of AWL and DAViCal are in Debian Sid and can be installed directly with apt-get.
AWL 0.53 and DAViCal 1.1.1 are in Debian repositories and can be installed directly with apt-get.


==== Ubuntu Development ====
==== Ubuntu ====


The latest versions of DAViCal have very likely been synced from Debian and are present already.
DAViCal and AWL have been synced from Debian and are present already.


==== Older Ubuntu & Debian releases ====
==== 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 by adding Andrew's repository to your APT sources:
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.
 
deb <nowiki>http://debian.mcmillan.net.nz/debian</nowiki> lenny awm
 
These packages will work with any version of Debian, Ubuntu or other debian-based release, on any architecture, as long as versions of PostgreSQL (8.1 or later, 8.4 or 9.0 preferred) & PHP5 (5.1 or later, 5.3 preferred) are used.


=== Gentoo ===
=== Gentoo ===
Line 33: Line 31:
=== Red Hat and other RPM-based releases ===
=== Red Hat and other RPM-based releases ===


Packages may be easily built using 'alien' to convert the Debian packages to RPMs and these are available at:
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.
* DAViCal is available for download from http://debian.mcmillan.net.nz/packages/davical/
* Andrew's Web Libraries, which DAViCal depends on, are available from http://debian.mcmillan.net.nz/packages/awl/
 
It is possible that DAViCal will appear in the Fedora repository shortly, with more carefully constructed packages.


=== FreeBSD ===
=== FreeBSD ===

Revision as of 20:22, 18 July 2014

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.