Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
26a1f368
Commit
26a1f368
authored
2 years ago
by
Mark McKinnon
Browse files
Options
Downloads
Patches
Plain Diff
Update INSTALL.txt
Address reviewer comments.
parent
8a8db625
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.txt
+15
-7
15 additions, 7 deletions
INSTALL.txt
with
15 additions
and
7 deletions
INSTALL.txt
+
15
−
7
View file @
26a1f368
...
@@ -51,27 +51,28 @@ currently support. You can download it from:
...
@@ -51,27 +51,28 @@ currently support. You can download it from:
The official repository is available here, but there is not
The official repository is available here, but there is not
a package of the last stable release:
a package of the last stable release:
https://github.com/libyal/libewf
https://github.com/libyal/libewf
-legacy
Available at: http://sourceforge.net/projects/libewf/
Available at: http://sourceforge.net/projects/libewf/
- Lib
VHDI
: Allows you to process disk images that are stored in the
- Lib
vhdi
: Allows you to process disk images that are stored in the
Virtual Hard Disk format (VHD).
Virtual Hard Disk format (VHD).
The official repository is available here
L
:
The official repository is available here:
https://github.com/libyal/libvhdi
https://github.com/libyal/libvhdi
- Lib
VMDK
: Allows you to process disk images that are stored in the
- Lib
vmdk
: Allows you to process disk images that are stored in the
VMware Virtual Disk format (VMDK).
VMware Virtual Disk format (VMDK).
The official repository is available here
L
:
The official repository is available here:
https://github.com/libyal/libvmdk
https://github.com/libyal/libvmdk
- Libvslvm: Allows you to access the Linux Logical Volume Manager (LVM) format
- 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:
that is sotred on a disk image. A stand-alone version of libbfio is needed
to allow libvslvm to directly read from a TSK_IMAGE.
The official repository is available here
L
:
The official repository is available here:
https://github.com/libyal/libvslvm
https://github.com/libyal/libvslvm
https://github.com/libyal/libbfio
https://github.com/libyal/libbfio
...
@@ -166,6 +167,13 @@ if it is installed.
...
@@ -166,6 +167,13 @@ if it is installed.
the libvslvm installation (the directory should have 'lib' and 'include'
the libvslvm installation (the directory should have 'lib' and 'include'
directories in it).
directories in it).
--without-libbfio: Supply this if you want TSK to ignore libbfio even
if it is installed.
--with-libbfio=dir: Supply this if you want TSK to look in 'dir' for
the libbfio installation (the directory should have 'lib' and 'include'
directories in it).
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Brian Carrier
Brian Carrier
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment