Fork of the original BVI hex editor, which attempts to modernize it a bit.
My fork uses CMake instead of GNU autotools, so that must be installed before compiling the program.
$ git clone https://github.com/RauliL/bvi.git
$ cd bvi
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install