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
e9a9783b
Commit
e9a9783b
authored
5 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
minor updates
parent
31a79686
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL.txt
+1
-1
1 addition, 1 deletion
INSTALL.txt
README.md
+1
-1
1 addition, 1 deletion
README.md
tsk/docs/Doxyfile
+4
-2
4 additions, 2 deletions
tsk/docs/Doxyfile
with
6 additions
and
4 deletions
INSTALL.txt
+
1
−
1
View file @
e9a9783b
...
...
@@ -17,7 +17,7 @@ Tested Platform:
- Windows
Build System (to compile from a source distribution):
- C/C++ compiler
- C/C++ compiler
(C++ 14 required)
- GNU Make
- Java compiler / JDK (if you want the java bindings)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
e9a9783b
...
...
@@ -156,7 +156,7 @@ under the Common Public License. Other tools in the src directory
are either Common Public License or the GNU Public License.
## INSTALL
For installation instructions, refer to the INSTALL document.
For installation instructions, refer to the INSTALL
.txt
document.
## OTHER DOCS
The 'docs' directory contains documents that describe the provided tools
...
...
This diff is collapsed.
Click to expand it.
tsk/docs/Doxyfile
+
4
−
2
View file @
e9a9783b
...
...
@@ -32,7 +32,8 @@ PROJECT_NAME = "The Sleuth Kit"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 4.6
# This is automatically updated at release time.
PROJECT_NUMBER = 4.8.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
...
...
@@ -881,7 +882,8 @@ GENERATE_HTML = YES
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `html' will be used as the default path.
HTML_OUTPUT = api-docs/4.6/
# NOTE: This is automatically updated at release time.
HTML_OUTPUT = api-docs/4.8.0/
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
...
...
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