Skip to content

Commit c513ee3

Browse files
author
ByteSizedFox
committed
update README to explain new platforms at the bare minimum
1 parent a8179c3 commit c513ee3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
A smaller version of dectalk intended for portability between platforms
2-
supports windows, unix-like operating systems, and Android
2+
supports windows, unix-like operating systems (such as Linux, MacOS, BSD, and others), and Android
33

44
dependencies for gui:
55
```
@@ -31,3 +31,9 @@ to compile for windows with speak gui demo
3131
premake5 gmake --build-speak=yes
3232
make config=release_win64
3333
```
34+
35+
see the [android-develop](https://github.com/dectalk/DECtalkMini/tree/android-develop) branch for the android source
36+
37+
to compile for rpi pico, install the pico SDK and use cmake in the pico folder
38+
39+
to compile for gameboy advance, install gba-dev from pacman following [this guide] (https://devkitpro.org/wiki/Getting_Started) and use make in the gba folder

0 commit comments

Comments
 (0)