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 # ---> Java
# Compiled class file # Compiled class file
*.class *.class
bin/**
# Log file # Log file
*.log *.log

View file

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