-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
51 lines (35 loc) · 1.28 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
BVIM - Bvi IMproved
===================
http://bvim.github.com/
This editor for binary files was written by Gerhard Buergmann
and Anton Kochkov and is distributed under the GPL (GNU Public License).
It was an improved version of original bvi editor
(http://bvi.sourceforge.net/)
How to compile
==============
gunzip -c bvim-1.3.4.tar.gz | tar xvf -
cd bvim-1.3.4
./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
HTML documentation in subdirectory html/
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.
Used code from
==============
universal_crc - CRC C code generator utility
Copyright (C) 2011 Danjel McGougan <[email protected]>
------------------------------------------------------------------------
PLEASE send any bug reports (and fixes), code for new features,
comments, questions, etc. to:
Anton Kochkov
Moscow, Russia
E-mail: [email protected]