aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.rst
blob: a1eef8b9a7d0ec9a42b7d633be25ed8ed4f4780d (plain)
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
.. _Installation:

Installation
============

Debian and Debian derivatives
-----------------------------

The most recent tagged release of Consfigurator is usually included in `Debian
unstable`_, and the .deb there should work fine on Debian stable and testing,
and derivatives like Ubuntu.  After adding an apt source for unstable if
necessary, ``apt-get install cl-consfigurator/unstable``.  During Debian's
pre-release freezes, the newest release of Consfigurator might be available in
`Debian experimental`_ instead of unstable.

.. _Debian unstable: https://www.debian.org/doc/manuals/debian-faq/choosing.en.html
.. _Debian experimental: https://wiki.debian.org/DebianExperimental

Quicklisp
---------

The most recent tagged release of Consfigurator is included in the
`Quicklisp`_ service: ``(ql:quickload "consfigurator")``.

.. _Quicklisp: https://www.quicklisp.org/

From git
--------

If you would like to follow development more closely, you can::

    % git clone https://git.spwhitton.name/consfigurator ~/.local/share/common-lisp/source/consfigurator

and ASDF should pick it up.