2001-01-15 00:00:00 +00:00
|
|
|
BVI - Binary visual editor
|
|
|
|
==========================
|
2002-02-18 00:00:00 +00:00
|
|
|
http://bvi.sourceforge.net/
|
2001-01-15 00:00:00 +00:00
|
|
|
|
|
|
|
This editor for binary files was written by Gerhard Buergmann
|
|
|
|
and is distributed under the GPL (GNU Public License).
|
|
|
|
|
|
|
|
|
|
|
|
How to compile
|
|
|
|
==============
|
|
|
|
|
2019-10-12 00:00:00 +00:00
|
|
|
You need the curses (ncurses) library for cursor movement on your system.
|
|
|
|
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
|
2001-01-15 00:00:00 +00:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
2002-02-18 00:00:00 +00:00
|
|
|
|
|
|
|
MAC OS X
|
|
|
|
========
|
|
|
|
Looks like the curses implementation in Darwin is really limited.
|
|
|
|
You should install and use ncurses instead. You can download it from
|
|
|
|
ftp.gnu.org; install it and then use
|
|
|
|
./configure --with-ncurses=/usr/local/ncurses-5.2
|
|
|
|
|
2019-10-12 00:00:00 +00:00
|
|
|
The Control-y key sequence suspends bvi and send it to the background.
|
|
|
|
To avoid this behaviour use:
|
|
|
|
stty dsusp undef
|
2002-02-18 00:00:00 +00:00
|
|
|
|
2001-01-15 00:00:00 +00:00
|
|
|
|
2019-10-12 00:00:00 +00:00
|
|
|
---------------------------------------------------------------------------
|
2001-01-15 00:00:00 +00:00
|
|
|
Subscribe to the bvi mailing for support, updates and other news:
|
|
|
|
|
2002-02-18 00:00:00 +00:00
|
|
|
Send a blank email to bvi-subscribe@yahoogroups.com. You will receive a
|
2001-01-15 00:00:00 +00:00
|
|
|
subscription confirmation message. Simply reply this message and your
|
|
|
|
subscription will be complete.
|
|
|
|
|
|
|
|
|
2019-10-12 00:00:00 +00:00
|
|
|
---------------------------------------------------------------------------
|
2001-01-15 00:00:00 +00:00
|
|
|
PLEASE send any bug reports (and fixes), code for new features,
|
|
|
|
comments, questions, etc. (even flames) to:
|
|
|
|
|
|
|
|
Gerhard Buergmann
|
|
|
|
Vienna, Austria
|
2005-01-07 00:00:00 +00:00
|
|
|
E-mail: gerhard@puon.at
|
2001-01-15 00:00:00 +00:00
|
|
|
|
|
|
|
|