README.md created online with Bitbucket

This commit is contained in:
Guillermo H. R. Villa 2024-04-29 21:29:01 +00:00
parent 033e606935
commit 8b582ebc05

56
README.md Normal file
View File

@ -0,0 +1,56 @@
# Sigpatch-Updater
This is a updater for you sigpatches!
Currently it has the option to:
- Update patches needed for Atmosphere
- Update sys-patch and auto run the sysmod
- Update the app
---
![Img](images/example.jpg)
----
## Where does it download the patches and sys-patch from?
The patches and sys-patch are downloaded from [a new host](https://sigmapatches.su/). Huge thanks to them!
---
## What is sys-patch?
You can read more about it [here](https://gitflic.ru/project/impeeza/sys-patch).
----
## Instructions to compile.
Following impeeza's guides to setup [MSYS2] (https://gbatemp.net/threads/install-msys-environment.652234/) and [DevKitPro] (https://gbatemp.net/threads/setup-a-devkitpro-environment-on-windows.652238/) is adviced.
1. After having MSYS2 and DevKitPro you have to add the following libraries:
+`switch-curl`
+`libcurl-devel`
+`switch-mbedtls`
2. Open the MSYS2 MSYS terminal.
3. Clone the project using `git clone https://E1ite007@bitbucket.org/e1ite007/sigpatch-updater.git` or download it manually.
4. Go to the directory where the project is with `cd sigpatch-updater\`
5. Run `make` under the root of the project.
---
## Special Thanks!
- ITotalJustice for developing this wonderful app and sys-patch. This fork only intends to update it with working urls.
- [toph](https://github.com/sudot0ph) for the design of the app icon
- The-4n for previously updating the sigpatch thread on gbatemp
- Joonie for their help with hekate patches in the past
- TeJay for previously maintaining the patches repo
- Archbox for being very helpful as always