File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Tested Platform:
17
17
- Windows
18
18
19
19
Build System (to compile from a source distribution):
20
- - C/C++ compiler
20
+ - C/C++ compiler (C++ 14 required)
21
21
- GNU Make
22
22
- Java compiler / JDK (if you want the java bindings)
23
23
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ under the Common Public License. Other tools in the src directory
156
156
are either Common Public License or the GNU Public License.
157
157
158
158
## INSTALL
159
- For installation instructions, refer to the INSTALL document.
159
+ For installation instructions, refer to the INSTALL.txt document.
160
160
161
161
## OTHER DOCS
162
162
The 'docs' directory contains documents that describe the provided tools
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ PROJECT_NAME = "The Sleuth Kit"
32
32
# This could be handy for archiving the generated documentation or
33
33
# if some version control system is used.
34
34
35
- PROJECT_NUMBER = 4.6
35
+ # This is automatically updated at release time.
36
+ PROJECT_NUMBER = 4.8.0
36
37
37
38
# Using the PROJECT_BRIEF tag one can provide an optional one line description
38
39
# for a project that appears at the top of each page and should give viewer
@@ -881,7 +882,8 @@ GENERATE_HTML = YES
881
882
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
882
883
# put in front of it. If left blank `html' will be used as the default path.
883
884
884
- HTML_OUTPUT = api-docs/4.6/
885
+ # NOTE: This is automatically updated at release time.
886
+ HTML_OUTPUT = api-docs/4.8.0/
885
887
886
888
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
887
889
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
You can’t perform that action at this time.
0 commit comments