Updated Readme

This commit is contained in:
Daniel Kallendorf 2022-12-19 17:09:28 +01:00
parent e59af30788
commit f349b57607
2 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# ---> Java
# Compiled class file
*.class
bin/**
# Log file
*.log

View file

@ -1,17 +1,16 @@
# Getting started
## Dependencies
- FirstSpirit installation
- Compiled FSHook project (FSHook/bin/uploadPlugin.jar exists)
- OpenJDK11 (On Windows this gets installed together with FS `C:/Users/<User>/.firstspirit/FSLauncher/jre/11.0.11/jre-win/jdk-11.0.11+9-jre/bin/java.exe`)
- Do all the Steps described in FSHook
- Compiled FSHook project (`FSHook/bin/uploadPlugin.jar` exists)
## Paths
- `<java>` point to your (or FSs) OpenJDK11 installation
- `<aspectjweaver.jar>` can be found in `FSHook/tool`
- `<classpath>` points to
- `bin/` of this project,
- `FSHook/bin/*` and `FSHook/lib/aspectjrt.jar` of FSHook
- `.firstspirit/FSLauncher/jar/*`, `.firstspirit_<version>/jars/*` of the FS installation. (usually located in $HOME) - The seperator is `:` on Linux and `;` on Windows.
- `bin/` of this project,
- `FSHook/bin/*` and `FSHook/lib/*` of FSHook
- The seperator is `:` on Linux and `;` on Windows.
## Build this
I.e. with vs-code java extension.