forked from 2009Scape/Server
Added short guide on how to compile client from Linux
This commit is contained in:
parent
9d29361426
commit
6e3ce5c32c
1 changed files with 6 additions and 0 deletions
6
CompiledServer/Guides/LinuxCompileClientGuide.md
Normal file
6
CompiledServer/Guides/LinuxCompileClientGuide.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue