-
Notifications
You must be signed in to change notification settings - Fork 2
Build & run
Federico edited this page Jan 20, 2019
·
6 revisions
Archlinux users can install ncursesFM from aur: https://aur.archlinux.org/packages/ncursesfm-git/
On Ubuntu install required packages:
# apt-get install libncursesw5-dev libarchive-dev libconfig-dev libsystemd-dev pkg-config git build-essential libudev-dev bash-completion gettext libmagic-dev
Optional:
# apt-get install libcups2-dev libnotify-dev
Clone the repo and move inside new dir, then:
$ mkdir build
$ cd build
$ cmake -DENABLE_CUPS -DENABLE_NOTIFY ../
# make install