diff --git a/README b/README index 2942480..15b7667 100644 --- a/README +++ b/README @@ -2,36 +2,32 @@ st - simple terminal -------------------- st is a simple virtual terminal emulator for X which sucks less. -Modified to run on RS-97. +Modified to run on Miyoo/Bittboy devices. => line doubling to deal with the 320x480 resolution => TTF fonts replaced by embedded pixel font (from TIC-80) => onscreen keyboard (see keyboard.c for button bindings) Keys: - pad: select key -- A: press key -- B: toggles key (useful for shift/ctrl...) +- B: press key +- A: toggles key (useful for shift/ctrl...) - L: is shift - R: is backspace -- Y: change keyboard location (top/bottom) -- X: show / hide keyboard +- X: change keyboard location (top/bottom) +- Y: show / hide keyboard - SELECT: quit Requirements ------------ In order to build st you need the Xlib header files. +Also, you'll need a working bittboy toolchain, grab one here: +https://github.com/TriForceX/NewBittboyCFW/wiki/Making-Games Installation ------------ -Edit config.mk to match your local setup (st is installed into -the /usr/local namespace by default). - -Afterwards enter the following command to build and install st (if -necessary as root): - - make clean install +Compile it using make . or grab a compiled version from the releases tab Running st