chiark / gitweb /
Use RC4-drop, not RC4
[vbig.git] / README
1 vbig
2 ====
3
4 vbig creates or verifies a file full of psuedo-random data.
5 The intended use is to verify that storage media work properly.
6
7 Installation
8 ============
9
10   ./configure
11   make
12   sudo make install
13
14 If building from git, do './autogen.sh' first.
15
16 Author
17 ======
18
19 Copyright (C) 2011 Richard Kettlewell
20 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
21
22 This program is free software: you can redistribute it and/or modify
23 it under the terms of the GNU General Public License as published by
24 the Free Software Foundation, either version 3 of the License, or
25 (at your option) any later version.
26
27 This program is distributed in the hope that it will be useful,
28 but WITHOUT ANY WARRANTY; without even the implied warranty of
29 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30 GNU General Public License for more details.
31
32 You should have received a copy of the GNU General Public License
33 along with this program.  If not, see <http://www.gnu.org/licenses/>.