-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
51 lines (34 loc) · 1.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
BVI - Binary visual editor
==========================
http://bvi.sourceforge.net/
This editor for binary files was written by Gerhard Buergmann
and is distributed under the GPL (GNU Public License).
How to compile
==============
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
./configure
make
make install
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
The Control-y key sequence suspends bvi and send it to the background.
To avoid this behaviour use:
stty dsusp undef
---------------------------------------------------------------------------
Subscribe to the bvi mailing for support, updates and other news:
Send a blank email to [email protected]. You will receive a
subscription confirmation message. Simply reply this message and your
subscription will be complete.
---------------------------------------------------------------------------
PLEASE send any bug reports (and fixes), code for new features,
comments, questions, etc. (even flames) to:
Gerhard Buergmann
Vienna, Austria
E-mail: [email protected]