From 8a8db625e76e9a0087f42b984eb5daa1d6df9c00 Mon Sep 17 00:00:00 2001 From: Mark McKinnon <mark.mckinnon@gmail.com> Date: Thu, 27 Oct 2022 14:29:34 -0400 Subject: [PATCH] Update INSTALL.txt update the install.txt file to have information about lvm/libbfio/vhdi/vmdk --- INSTALL.txt | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 42436279d..e10c23646 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -3,7 +3,7 @@ Installation Instructions - Last Modified: Oct 2012 + Last Modified: Oct 2022 REQUIREMENTS @@ -54,6 +54,27 @@ currently support. You can download it from: https://github.com/libyal/libewf Available at: http://sourceforge.net/projects/libewf/ +- LibVHDI: Allows you to process disk images that are stored in the +Virtual Hard Disk format (VHD). + + The official repository is available hereL: + + https://github.com/libyal/libvhdi + +- LibVMDK: Allows you to process disk images that are stored in the +VMware Virtual Disk format (VMDK). + + The official repository is available hereL: + + https://github.com/libyal/libvmdk + +- Libvslvm: Allows you to access the Linux Logical Volume Manager (LVM) format +that is sotred on a disk image. Libbfio is a requirement for Libvslvm to work: + + The official repository is available hereL: + + https://github.com/libyal/libvslvm + https://github.com/libyal/libbfio INSTALLATION @@ -124,6 +145,27 @@ if it is installed. the libewf installation (the directory should have 'lib' and 'include' directories in it). +--without-libvhdi: Supply this if you want TSK to ignore libvhdi even +if it is installed. + +--with-libvhdi=dir: Supply this if you want TSK to look in 'dir' for +the libvhdi installation (the directory should have 'lib' and 'include' +directories in it). + +--without-libvmdk: Supply this if you want TSK to ignore libvmdk even +if it is installed. + +--with-libvmdk=dir: Supply this if you want TSK to look in 'dir' for +the libvmdk installation (the directory should have 'lib' and 'include' +directories in it). + +--without-libvslvm: Supply this if you want TSK to ignore libvslvm even +if it is installed. + +--with-libvslvm=dir: Supply this if you want TSK to look in 'dir' for +the libvslvm installation (the directory should have 'lib' and 'include' +directories in it). + ----------------------------------------------------------------------------- Brian Carrier -- GitLab