1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-02 15:40:28 +00:00

bvi-1.4.2.src.tar.gz

4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2  bvi-1.4.2.src.tar.gz

https://bvi.sourceforge.net/download.html
This commit is contained in:
Gerhard Bürgmann 2023-03-07 00:00:00 +00:00 committed by Vincent Batts
parent 40e8e886bc
commit 75fc14b579
24 changed files with 2482 additions and 1761 deletions

6
README
View file

@ -1,6 +1,6 @@
BVI - Binary visual editor
==========================
http://bvi.sourceforge.net/
https/bvi.sourceforge.net/
This editor for binary files was written by Gerhard Buergmann
and is distributed under the GPL (GNU Public License).
@ -13,8 +13,8 @@ How to compile
https://www.cyberciti.biz/faq/linux-install-ncurses-library-headers-on-debian-ubuntu-centos-fedora/
gunzip -c bvi-1.4.1.src.tar.gz | tar xvf -
cd bvi-1.4.1
gunzip -c bvi-1.4.2.src.tar.gz | tar xvf -
cd bvi-1.4.2
./configure
make
make install