More actions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
| licence = Mixed | | licence = Mixed | ||
| author = LiquidFenrir | | author = LiquidFenrir | ||
| website = https://github.com/LiquidFenrir/MultiUpdater/ | | website = https://github.com/LiquidFenrir/MultiUpdater/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/MultiUpdater-v4.0.2.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/MultiUpdater-v4.0.2.rar | ||
| source = https://github.com/LiquidFenrir/MultiUpdater/ | | source = https://github.com/LiquidFenrir/MultiUpdater/ | ||
}} | }} | ||
== MultiUpdater == | |||
= MultiUpdater = | |||
MultiUpdater is an updater for FIRM payloads, CIA applications, and other files on the SD card. | MultiUpdater is an updater for FIRM payloads, CIA applications, and other files on the SD card. | ||
Line 23: | Line 21: | ||
== Dependencies / Requirements == | == Dependencies / Requirements == | ||
This project requires ctrulib, zlib, bzip2, xz, libarchive, curl and mbedtls. zlib, bzip2, xz, libarchive, curl and mbedtls can be installed with [ | This project requires ctrulib, zlib, bzip2, xz, libarchive, curl and mbedtls. zlib, bzip2, xz, libarchive, curl and mbedtls can be installed with [[3DS Portlibs]]. | ||
== Compilation == | == Compilation == |
Revision as of 12:00, 11 September 2021
Template:Infobox-3DS-Homebrews
MultiUpdater
MultiUpdater is an updater for FIRM payloads, CIA applications, and other files on the SD card.
Configuration
The configuration file is named config.json
and should be placed in /3ds/MultiUpdater/
. An example config can be found in the repo.
Dependencies / Requirements
This project requires ctrulib, zlib, bzip2, xz, libarchive, curl and mbedtls. zlib, bzip2, xz, libarchive, curl and mbedtls can be installed with 3DS Portlibs.
Compilation
Just run make
in terminal. Bannertool and makerom must be in your PATH or CIA compilation will fail.
License
MultiUpdater is licensed under the MIT license, a copy of which can be found in the [[../blob/master/LICENSE|LICENSE file]].
Credits
All of the ctrulib contributors, for ctrulib which this depends upon Angelsl for libctrfgh, from which the example curl code has been taken #Cakey on freenode for help