update readme
This commit is contained in:
parent
f10dd4afce
commit
59116bd2d6
22
README.md
22
README.md
|
@ -4,11 +4,27 @@ A C programming SDK for the TI-83 calculator. Includes pre-configured build syst
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- SDCC
|
- A GNU/Linux system.
|
||||||
- GNU Make
|
|
||||||
- TilEm
|
- TilEm
|
||||||
- RabbitSign
|
- SDCC
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
WIP.
|
WIP.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Initialise the build environment:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://git.palaiologos.rocks/Palaiologos/ti83-sdk
|
||||||
|
cd ti83-sdk
|
||||||
|
make init
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the pre-supplied program:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make try
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user