Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Note new JAR file dependency
  • Loading branch information
JuicyDragon committed Jul 23, 2020
1 parent c0bf986 commit 294d793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ Begin by downloading the latest release of this code. Extract the contents of t

## Building from Source

This script relies on 2 JAR files:
This script relies on 3 JAR files:

- `Nx.jar`: Source code (or already built JAR file) can be found in this repository: https://github.com/Nuix/Nx
- `InvestigatorReportGUI.jar`: Source code can be found in this respository
- `commons-text-1.8.jar`: [Apache Commons Text](https://commons.apache.org/proper/commons-text/), used to HTML escape values being written to HTML files. JAR file can be downloaded [here](https://mvnrepository.com/artifact/org.apache.commons/commons-text/1.8).

To build `InvestigatorReportGUI.jar`, load the source files into your IDE of choice. Make sure the build path includes `\lib\*.jar` from the Nuix install directory. For example, if you have Nuix 7.4 installed, include all JAR files located in `C:\Program Files\Nuix\Nuix 8.6\lib` in you build path.

Expand Down

0 comments on commit 294d793

Please sign in to comment.