Added short guide on how to compile client from Linux

This commit is contained in:
dginovker 2020-01-08 18:34:44 -05:00
parent 9d29361426
commit 6e3ce5c32c

View file

@ -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