chiark / gitweb /
Remove autogen.sh; use autoreconf -is instead.
[vbig.git] / README.md
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 If you got it from git:
11
12     autoreconf -is
13
14 In any case:
15
16     ./configure
17     make
18     sudo make install
19
20 Author
21 ------
22
23 Copyright (C) 2011, 2013 Richard Kettlewell
24 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
25
26 This program is free software: you can redistribute it and/or modify
27 it under the terms of the GNU General Public License as published by
28 the Free Software Foundation, either version 3 of the License, or
29 (at your option) any later version.
30
31 This program is distributed in the hope that it will be useful,
32 but WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34 GNU General Public License for more details.
35
36 You should have received a copy of the GNU General Public License
37 along with this program.  If not, see <http://www.gnu.org/licenses/>.