Update README.md

This commit is contained in:
mrdude2478 2022-04-26 01:53:16 +01:00 committed by GitHub
parent a552440074
commit 93ad574cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,21 +23,21 @@ This code was prominently modified by MrDude on 25/04/2022 to be able to build w
## Building All componenets of TinWoo at once ## Building All componenets of TinWoo at once
cd into the tinwoo folder then "make" cd into the tinwoo folder then "make"
## Build Tinwoo components individually ## Build TinWoo components individually
First, build and install usb libs - "make libusb".\ First, build and install usb libs - "make libusb".\
Second, built Plutonium - "make plutonium".\ Second, built Plutonium - "make plutonium".\
Third, Make Tinwoo - "make tinwwoo". Third, Make Tinwoo - "make tinwwoo".
## Cleanup tinwoo once built ## Cleanup tinWoo once built
First, "make libusbclean".\ First, "make libusbclean".\
Second, "make cleanplutonium".\ Second, "make cleanplutonium".\
Third, "make clean" Third, "make clean"
## Note ## Note
This is a work in progress and lets you build with new libnx, plutonium packages. Some stuff still needs fixed to work with the new plutonium and libnx changes. This is a work in progress and lets you build with new libnx, plutonium packages. Some stuff still needs fixed to work with the new plutonium and libnx changes.
Stuff still to fix: Stuff still to fix:\
Font sizes in menus. Font sizes in menus.\
Threading in the main menu - to stop GUI freezing. Threading in the main menu - to stop GUI freezing.\
Options page - stop jumping back to top of page after something is selected Options page - stop jumping back to top of page after something is selected.\
Touchscreen not working properly. Touchscreen not working properly.\
Probably the makefile for linux - and maybe some other stuff. Probably the makefile for linux - and maybe some other stuff.