Skip to content

Commit 31f74dc

Browse files
committed
update readme to include recent platform additions
1 parent f157d77 commit 31f74dc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ make config=release_win64
3737

3838
see the [android-develop](https://github.com/dectalk/DECtalkMini/tree/android-develop) branch for the android source
3939

40-
to compile for rpi pico, install the pico SDK and use cmake in the pico folder
40+
to compile for rpi pico, install the pico SDK and use cmake in the platforms/pico folder
4141

42-
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
42+
to compile for gameboy advance, install gba-dev from pacman following [this guide](https://devkitpro.org/wiki/Getting_Started) and use make in the platforms/gba folder
4343

44-
for webassembly go into the wasm folder, make sure you have the emscripten sdk in your home folder and activated and run bash compile.sh, launch it in a webserver for CORS compatability
44+
for webassembly go into the platforms/wasm folder, make sure you have the emscripten sdk in your home folder and activated and run bash compile.sh, launch it in a webserver for CORS compatability
4545

46-
note unsupported: if your device isn't on this list, try native anyways, most platforms with a compiler should be able to compile this
46+
to compile for uefi, install gnu-efi and run make in the platforms/uefi folder (creates HdaPlayer.efi)
4747

48+
note unsupported: if your device isn't on this list, try native anyways, most platforms with a compiler should be able to compile this

0 commit comments

Comments
 (0)