Skip to content

Commit ca80423

Browse files
committed
README changes
1 parent bfcedfc commit ca80423

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# rpgxp
22

33
rpgxp is a project that seeks to be able to create games compatible with
4-
[mkxp](https://github.com/Ancurio/mkxp).
5-
It's written in Ruby on GTK+3.
4+
[mkxp](https://github.com/Ancurio/mkxp).
5+
It's under development and many features are missing.
6+
Code is written to work, so sometimes it's a mess.
7+
Contributions and bug reports are welcome.
8+
It's written in Ruby on GTK+3.
69

710
It is licensed under the GNU General Public License v3.
811

912
## Dependencies
10-
Ruby, rake and the following gems (and their dependencies):
13+
Ruby, rake and the following gems (including their dependencies):
1114
- gtk3
1215
- ruby-filemagic
1316
- launchy
@@ -17,15 +20,16 @@ Ruby, rake and the following gems (and their dependencies):
1720
They can downloaded running `$ rake deps`
1821

1922
## Install
23+
2024
### On GNU systems
21-
First download a mkxp executable from
22-
[here](https://github.com/Ancurio/mkxp/#prebuilt-binaries) or a
25+
First download a mkxp executable (licensed under GPLv2) from
26+
[here](https://github.com/Ancurio/mkxp/#prebuilt-binaries) or an
2327
amd64 Ubuntu-compatible statically linked binary from
2428
[here](https://www.dropbox.com/s/x0pwgn2fw72t27k/mkxp_linux?dl=0).
2529
Once extracted, get the binary and rename it "mkxp_linux" in the data/system/
2630
directory.
2731

28-
Download the public domain font:
32+
Download the public domain soundfont:
2933
[GMGSx.sf2](https://www.dropbox.com/s/qxdvoxxcexsvn43/GMGSx.sf2?dl=0) and place
3034
it in the data/system/ directory.
3135

@@ -40,5 +44,5 @@ To run just execute:
4044
`$ rpgxp`
4145

4246
### Other platforms
43-
GNU instructions should work on Darwin. Win32 is not supported.
47+
GNU instructions should work on Darwin. Win32 is not supported (yet?).
4448

0 commit comments

Comments
 (0)