mirror of
https://github.com/vbatts/bvi.git
synced 2025-08-01 23:20:28 +00:00
bvi-1.3.1.src.tar.gz
This commit is contained in:
parent
0220b756fa
commit
16baacb54f
46 changed files with 5276 additions and 1914 deletions
19
README
19
README
|
@ -1,6 +1,6 @@
|
|||
BVI - Binary visual editor
|
||||
==========================
|
||||
http://bvi.linuxave.net/
|
||||
http://bvi.sourceforge.net/
|
||||
|
||||
This editor for binary files was written by Gerhard Buergmann
|
||||
and is distributed under the GPL (GNU Public License).
|
||||
|
@ -9,17 +9,26 @@ and is distributed under the GPL (GNU Public License).
|
|||
How to compile
|
||||
==============
|
||||
|
||||
gunzip -c bvi-1.3.0.tar.gz | tar xvf -
|
||||
cd bvi-1.3.0
|
||||
gunzip -c bvi-1.3.1.tar.gz | tar xvf -
|
||||
cd bvi-1.3.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
|
||||
|
||||
|
||||
HTML documentation in subdirectory html/
|
||||
|
||||
Subscribe to the bvi mailing for support, updates and other news:
|
||||
|
||||
Send a blank email to bvi-subscribe@eGroups.com. You will receive a
|
||||
Send a blank email to bvi-subscribe@yahoogroups.com. You will receive a
|
||||
subscription confirmation message. Simply reply this message and your
|
||||
subscription will be complete.
|
||||
|
||||
|
@ -30,6 +39,6 @@ comments, questions, etc. (even flames) to:
|
|||
|
||||
Gerhard Buergmann
|
||||
Vienna, Austria
|
||||
E-mail: Gerhard.Buergmann@altavista.net
|
||||
E-mail: Gerhard.Buergmann@utanet.at
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue