Packages
No distribution packages at this time.
Build
a4 Compile and Install
Source code for a4 can be found at https://github.com/rpmohn/a4. See prerequisites below!
$ git clone https://github.com/rpmohn/a4 $ cd a4 $ make && sudo make install
Prerequisites
libtickit
Requires libtickit with a minimum version of 0.4.3. If you're compiling this yourself, make sure you also have installed both libtermkey-dev (probably in your package manager but maybe not with required minimum v0.22) and libunibilium-dev (probably in your package manager).
$ curl https://www.leonerd.org.uk/code/libtickit/libtickit-0.4.3.tar.gz | tar xzf - $ cd libtickit-0.4.3 $ make && sudo make install
libvterm
Requires libvterm with a minimum version of 0.3.1.
$ curl https://www.leonerd.org.uk/code/libvterm/libvterm-0.3.1.tar.gz | tar xzf - $ cd libvterm-0.3.1 $ make && sudo make install