mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git
synced 2026-08-21 13:36:21 -04:00
README.md aktualisieren
This commit is contained in:
@@ -6,7 +6,9 @@ Ensure Java + javac are installed, on MacOS it can be installed with Homebrew by
|
|||||||
|
|
||||||
To compile on MacOS 26 (may work on other OS, idk):
|
To compile on MacOS 26 (may work on other OS, idk):
|
||||||
|
|
||||||
1- mkdir -p out # create output directory
|
1- git clone https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git # download the git repositori
|
||||||
2- javac -d out $(find src -name "*.java") # converts .java into .class bytecode
|
2- mkdir -p out # create output directory
|
||||||
3- jar cfe XACrypto.jar de.caydenno1.xacrypto.XACrypto -C out . # package the .class files into a .jar
|
3- javac -d out $(find src -name "*.java") # converts .java into .class bytecode
|
||||||
4(optional)- jar tf XACrypto.jar # view the contents of the jarfile
|
5- jar cfe XACrypto.jar de.caydenno1.xacrypto.XACrypto -C out . # package the .class files into a .jar
|
||||||
|
5(optional)- jar tf XACrypto.jar # view the contents of the jarfile
|
||||||
|
XACrypto.jar is now in the project root (if u did everything correctly).
|
||||||
Reference in New Issue
Block a user