More actions
(Created page with "{{Infobox 3DS homebrew | title = Universal-Updater | image = https://dlhb.gamebrew.org/3dshomebrew/Universal-Updater.png|250px | type = Utilities | version = v2.3.0 | licence...") |
No edit summary |
||
Line 12: | Line 12: | ||
<youtube>2w4zTyDLNDc</youtube> | <youtube>2w4zTyDLNDc</youtube> | ||
=Universal-Updater= | |||
<b>A multiapp, JSON script-based updater for Nintendo 3DS</b> | <b>A multiapp, JSON script-based updater for Nintendo 3DS</b> | ||
== Features == | |||
Universal-Updater is packed with features! Some include the JSON script updater, an App store, an FTP server, and more! | Universal-Updater is packed with features! Some include the JSON script updater, an App store, an FTP server, and more! | ||
* JSON-based Script updater | |||
* JSON Script Downloader | |||
* An App Store, the UniStore | |||
* A Settings page, for configuring Universal-Updater Settings | |||
* An FTP Server | |||
To build Universal-Updater from source, you need devkitPro installed, along with devkitARM, libctru, 3ds-curl, and 3ds-libarchive. To get these you can run | |||
== Compilation == | |||
To build Universal-Updater from source, you need devkitPro installed, along with devkitARM, libctru, 3ds-curl, and 3ds-libarchive. To get these you can run <code>pacman -S 3ds-dev --noconfirm</code>, then <code>pacman -S 3ds-curl --noconfirm</code>, and lastly <code>pacman -S 3ds-libarchive --noconfirm</code>. Now that you have everything installed, you just need to run clone the repository and run <code>make</code> | |||
[ | |||
== Screenshots == | |||
https://universal-team.github.io/images/universal-updater/script-browse-3.png | |||
https://universal-team.github.io/images/universal-updater/script-browse-7.png | |||
https://universal-team.github.io/images/universal-updater/scriptlist-selection.png | |||
File:https://universal-team.github.io/images/universal-updater/mainMenu.png] | |||
== Contributions == | |||
[https://github.com/mariohackandglitch PabloMK7]: For improving the Download code. |
Revision as of 13:37, 25 April 2020
Universal-Updater
A multiapp, JSON script-based updater for Nintendo 3DS
Features
Universal-Updater is packed with features! Some include the JSON script updater, an App store, an FTP server, and more!
- JSON-based Script updater
- JSON Script Downloader
- An App Store, the UniStore
- A Settings page, for configuring Universal-Updater Settings
- An FTP Server
Compilation
To build Universal-Updater from source, you need devkitPro installed, along with devkitARM, libctru, 3ds-curl, and 3ds-libarchive. To get these you can run pacman -S 3ds-dev --noconfirm
, then pacman -S 3ds-curl --noconfirm
, and lastly pacman -S 3ds-libarchive --noconfirm
. Now that you have everything installed, you just need to run clone the repository and run make
Screenshots
File:]
Contributions
PabloMK7: For improving the Download code.