chiark / gitweb /
Support feeble FreeBSD versions of dd and truncate in tests
[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, 2014 Richard Kettlewell
24
25 Copyright (C) 2013 Ian Jackson
26
27 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
28
29 This program is free software: you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation, either version 3 of the License, or
32 (at your option) any later version.
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.
38
39 You should have received a copy of the GNU General Public License
40 along with this program.  If not, see <http://www.gnu.org/licenses/>.