Viewnior

Archlinux

$ sudo pacman -S viewnior

Other

Review all packages on Repology.

Source Code

Download Viewnior 1.8

$ wget https://github.com/hellosiyan/Viewnior/archive/viewnior-1.8.tar.gz
$ tar zxvf viewnior-1.8.tar.gz
$ cd Viewnior-viewnior-1.8
$ meson --prefix=/usr builddir
$ cd ./builddir
$ ninja
$ sudo ninja install

For more information see the Meson Build homepage.

Older versions use Autotools. Here is a quick guide on building Viewnior 1.6 and below:

$ wget https://github.com/hellosiyan/Viewnior/archive/viewnior-1.6.tar.gz
$ tar zxvf viewnior-1.6.tar.gz
$ cd Viewnior-viewnior-1.6
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

Release Archive