diff options
author | Barry J. Grundy <bgrundyat> | 2015-02-02 01:06:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-02 01:06:18 +0700 |
commit | 2f31d7b92e1efcb5cb5badaf7af3004b7022299d (patch) | |
tree | bcb6c93fe6d0fe873b2db8d4344c4ecb411b50ce /python/dfvfs/README | |
parent | 90e70735f875e7bee2a7f544de5059c4cb643c2d (diff) | |
download | slackbuilds-2f31d7b92e1efcb5cb5badaf7af3004b7022299d.tar.gz |
python/dfvfs: Updated for version 20150129.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dfvfs/README')
-rw-r--r-- | python/dfvfs/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/python/dfvfs/README b/python/dfvfs/README index ff996037fb..dc49626dcd 100644 --- a/python/dfvfs/README +++ b/python/dfvfs/README @@ -6,6 +6,17 @@ interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. +A note about REQUIREMENTS: dfvfs requires the following packages [secondary +dependancies are listed in brackets]. They should be installed IN THE ORDER +LISTED. This is important because while libewf support is optional for the +sleuthkit (a requirement for pytsk), it is a REQUIRED option for the sleuthkit +when building dfvfs. Do NOT rely on automated tools to properly order your +dependancies. + +REQUIRES="[six] construct [pysetuptools] [python-gflags] [python-dateutil] +[pytz] protobuf libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi +libvmdk libvshadow [sleuthkit] pytsk" + Supported: EWF (EWF-E01, EWF-Ex01, EWF-S01) @@ -44,15 +55,6 @@ Supported file systems: NTFS version 3 UFS version 1, 2 -TODO add more detail here regarding FAT and other supported FS -Compressed stream file types - -Supported: - - bzip2 - gzip - zlib (both zlib-DEFLATE and raw-DEFLATE) - Archive file types Supported: |