File: README.md

package info (click to toggle)
runescape 0.5-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 708 kB
  • sloc: makefile: 42; sh: 15
file content (51 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Runescape for Unofficial GNU/Linux
==================================

[Old School Runescape](https://oldschool.runescape.com) is a massively
multiplayer online role-playing game created by [Jagex Ltd](https://jagex.com).

**Script (executable)**
-----------------------

This script provide you with a simple and easy way to play Old School RuneScape
on GNU/Linux.

You can work on all GNU/Linux distributions, the script is sufficient
to release the JVM with the game client runescape to play regularly.

**Dependencies**
----------------

To use the script, you will need to have the following
dependencies installed: **OpenJDK** and **Wget**

**Installation dependency: Debian/Ubuntu**
------------------------------------------

    # apt install default-jre make wget

When all these dependencies have installed, simply run the script.

Next you need to compile this release.
    
**Make Install and Make Uninstall**
-----------------------------------

Install:

    # make install

Uninstall:
    
    # make uninstall

License
=======

> Use of this script is governed by a BSD 2-clause license that can be found
> in the LICENSE file. We encourage new contributors to distribute files
> under this license. Source code and contact info at
> https://gitlab.com/coringao/runescape

* Copyright (c) 1999-2019 Jagex Games Ltd.
* Copyright (c) 2016-2019 Carlos Donizete Froes [a.k.a coringao]