Skip to content

Installation

Sweets edited this page Feb 15, 2020 · 9 revisions

Pre-Installation

Check the Dependencies page for the packages that provide custard's dependencies for various operating systems.

If your distro does not provide one or any of the above dependencies, they can be cloned from various git repositories.

$ git clone git://anongit.freedesktop.org/xcb/libxcb
$ git clone git://anongit.freedesktop.org/xcb/util
$ git clone git://anongit.freedesktop.org/xcb/util-wm

Installation

Via Package Manager

Package Manager Command Note
KISS kiss b custard, kiss i custard Requires community to be enabled

Manually Installation

$ git clone https://github.com/Sweets/custard
$ cd custard
$ make
$ sudo make install
$ make clean
Clone this wiki locally