Video tutorial:
- Source code repository: https://codeberg.org/nsxiv/nsxiv
git clone https://codeberg.org/nsxiv/nsxiv.git
cd nsxiv/sudo apt install make libimlib2-dev libghc-hinotify-dev libxft-dev libexif-dev
make
The compiled binary can be found in the current working directory (the root of nsxiv repository).
To install to /usr/local (the default PREFIX):
sudo make install
You can install to a custom PREFIX like this:
make PREFIX="$HOME"/local install
sudo may or may not be required depending on the PREFIX's location.
The following files are installed:
PREFIX
├── bin
│ └── nsxiv
└── share
├── doc
│ └── nsxiv
│ └── examples
│ ├── image-info
│ ├── key-handler
│ ├── thumb-info
│ └── win-title
└── man
└── man1
└── nsxiv.1
