Update README.md

This commit is contained in:
mrdude2478 2023-09-05 02:36:34 +01:00 committed by GitHub
parent 4990286a4f
commit 6f0bc5db9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,9 @@
- Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card. - Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card.
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [NS-USBloader](https://github.com/developersu/ns-usbloader). - Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [NS-USBloader](https://github.com/developersu/ns-usbloader).
- Installs Split NSP/XCI/NSZ/XCZ over Lan or USB using [NS-USBloader(Mod)](https://mega.nz/file/I4p2gCCK#32GwAGtIcL3FVH-V-8Goae_hpnK8FQ0eS2PwLDOW6X4). - Installs Split NSP/XCI/NSZ/XCZ over Lan or USB using [NS-USBloader(Mod)](https://mega.nz/file/I4p2gCCK#32GwAGtIcL3FVH-V-8Goae_hpnK8FQ0eS2PwLDOW6X4).
- Installs NSP/NSZ/XCI/XCZ files over the internet by URL or Google Drive. - Installs NSP/NSZ/XCI/XCZ files over the internet by web server/Google Drive/pastebin etc.
- Installs NSP/NSZ/XCI/XCZ files from a Hard Drive (NTFS/Fat32/ExFat/EXT3/EXT4). - Installs NSP/NSZ/XCI/XCZ files from a USB hard drive (NTFS/Fat32/ExFat/EXT3/EXT4).
- Verifies NCAs by header signature before they're installed. - Verifies NCAs by header signature before they're installed.
- Installs and manages the latest signature patches quickly and easily.
- Works on SX OS and Atmosphere. - Works on SX OS and Atmosphere.
- Able to theme, change install sounds. - Able to theme, change install sounds.
@ -15,15 +14,15 @@
- Blawar, Hunterweb, DarkMatterCore, XorTroll - Blawar, Hunterweb, DarkMatterCore, XorTroll
## Modified Code ## Modified Code
This code was prominently modified by MrDude on 25/04/2022 to be able to build with new plutonium and up to date libnx. This code was prominently modified by MrDude on 05/09/2023 to be able to build with new plutonium and up to date libnx.
## 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 libusbhsfs - "make fs-libs" then "make BUILD_TYPE=GPL install".\
Second, built Plutonium - "make plutonium".\ Second, built and install Plutonium - "make plutonium install".\
Third, Make Tinwoo - "make tinwoo". Third, Make Tinwoo - "make".
## Cleanup TinWoo once built ## Cleanup TinWoo once built
First, "make libusbclean".\ First, "make libusbclean".\
@ -34,14 +33,14 @@ Third, "make clean".
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
~~All known bugs fixed~~ \ I'll let you know when I get around to it.
## Build Issues ## Build Issues
Make sure you are using Libnx build at least 9865dbf9 version. Make sure you are using the latest Libnx build from 5/9/23 or later.
git clone --recursive https://github.com/switchbrew/libnx.git \ git clone --recursive https://github.com/switchbrew/libnx.git \
cd libnx \ cd libnx \
git checkout 9865dbf9 \ git checkout 4fcdb6eb \
make install make install
## Check libnx version ## Check libnx version