From 6e3ce5c32cdf76373107dd132ea112fb0123c688 Mon Sep 17 00:00:00 2001 From: dginovker Date: Wed, 8 Jan 2020 18:34:44 -0500 Subject: [PATCH] Added short guide on how to compile client from Linux --- CompiledServer/Guides/LinuxCompileClientGuide.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CompiledServer/Guides/LinuxCompileClientGuide.md diff --git a/CompiledServer/Guides/LinuxCompileClientGuide.md b/CompiledServer/Guides/LinuxCompileClientGuide.md new file mode 100644 index 000000000..00c7f9379 --- /dev/null +++ b/CompiledServer/Guides/LinuxCompileClientGuide.md @@ -0,0 +1,6 @@ +From the production/Client/ directory, run: +jar cfm Client.jar org/runite/Manifest.txt org/runite/*.class org/runite/jagex/* +(Note: This was only tested on Linux.) + +Test with +java -jar Client.jar