~ubuntu-branches/ubuntu/trusty/hexcurse/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2002-03-29 12:24:14 UTC
  • Revision ID: james.westby@ubuntu.com-20020329122414-rh3gzqb6aslm4fgp
Tags: 1.40-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=====================================
 
2
hexcurse v1.40
 
3
=====================================
 
4
Authors: armoth <uknowho@n0mansland.net> and jewfish <jewfish@jewfish.net>
 
5
Bug reports: devel@jewfish.net
 
6
 
 
7
 
 
8
Description:
 
9
============
 
10
This is a curses-base hex editing utility that can open, edit, and
 
11
save files, editing both the hexadecimal and decimal values.
 
12
 
 
13
 
 
14
Requirements:
 
15
=============
 
16
You must have the ncurses development libraries (version 5+) to compile this program
 
17
 
 
18
 
 
19
Installation:
 
20
=============
 
21
To install do the following
 
22
 
 
23
./configure
 
24
make
 
25
make install
 
26
 
 
27
 
 
28
License information:
 
29
====================
 
30
This program is free software; you can redistribute it and/or
 
31
modify it under the terms of the GNU General Public License
 
32
version 2 as published by the Free Software Foundation.
 
33
 
 
34
This program is distributed in the hope that it will be useful,
 
35
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
36
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
37
GNU General Public License for more details, in COPYING file.
 
38
 
 
39
If you have not received a copy of this file along with this program, write to
 
40
the Free Software Foundation, Inc.,
 
41
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.