aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index f74cf7a..be90105 100644
--- a/README
+++ b/README
@@ -26,6 +26,17 @@ manual. libextractor is an official GNU package and available from
26http://www.gnu.org/s/libextractor/. 26http://www.gnu.org/s/libextractor/.
27 27
28 28
29Joining GNU
30===========
31
32This is a GNU program, developed by the GNU Project and part of the
33GNU Operating System. If you are the author of an awesome program and
34want to join us in writing Free Software, please consider making it an
35official GNU program and become a GNU maintainer. You can find
36instructions on how to do so at http://www.gnu.org/help/evaluation.
37We are looking forward to hacking with you!
38
39
29extract 40extract
30======= 41=======
31 42
@@ -44,7 +55,6 @@ The following dependencies are all optional, but should be
44available in order for maximum coverage: 55available in order for maximum coverage:
45 56
46* libarchive 57* libarchive
47* libavutil / libavformat / libavcodec / libswscale (ffmpeg)
48* libbz2 (bzip2) 58* libbz2 (bzip2)
49* libexiv2 59* libexiv2
50* libflac 60* libflac
@@ -73,4 +83,3 @@ production.
73Finally, 'zzuf' is a fuzzing tool that can optionally be detected by 83Finally, 'zzuf' is a fuzzing tool that can optionally be detected by
74the build system and be used for debugging / testing. It is not required 84the build system and be used for debugging / testing. It is not required
75at runtime or for normal builds. 85at runtime or for normal builds.
76