Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 572 Bytes

INSTALL.md

File metadata and controls

26 lines (18 loc) · 572 Bytes

Installation

Arch Linux

For Arch Linux exists an AUR package which you can install with one of the AUR-Helpers (e.g. aurman):

aurman -S witfocus

Dependencies

In order to run witfocus you require the following programs to be installed: bash vim gawk coreutils. To build it from the source you will need the autotools (aka autoconf and automake).

From Source

Download the source, extract it and run the following commands:

autoreconf --install

./configure
make
sudo make install