Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SantX27 committed Aug 7, 2019
1 parent e97cc04 commit f937081
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Modified to run on Miyoo/Bittboy devices.

Keys:
- pad: select key
- B: press key
- A: toggles key (useful for shift/ctrl...)
- A: press key
- B: toggles key (useful for shift/ctrl...)
- L: is shift
- R: is backspace
- X: change keyboard location (top/bottom)
Expand All @@ -20,7 +20,7 @@ Keys:

Requirements
------------
In order to build st you need the Xlib header files.
In order to build st you need the Xlib header files & libsdl1.2dev.
Also, you'll need a working bittboy toolchain, grab one here:
https://github.com/TriForceX/NewBittboyCFW/wiki/Making-Games

Expand All @@ -32,15 +32,9 @@ Compile it using make . or grab a compiled version from the releases tab

Running st
----------
If you don't install st, define TNAME to "xterm" in config.h or make sure to at
least compile st terminfo entry with the following command:

tic -s st.info

It should print the path of the compiled terminfo entry. You can
safely remove it if you don't plan to use st anymore.
See the man page for additional details.
Just launch it from your device's applications section

Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
Based on code made by Benob

0 comments on commit f937081

Please sign in to comment.