Add submodule info

This commit is contained in:
Pk11
2020-08-23 08:21:48 -05:00
committed by GitHub
parent 966fb4098f
commit fb6896c593
+17
View File
@@ -23,9 +23,26 @@ Universal-Updater is a homebrew application for the Nintendo 3DS that is intende
- Customizable interface colors
## Compilation
### Setting up your enviromment
To build Universal-Updater from source, you will need to setup a system with devkitARM, libctru, 3ds-curl and 3ds-libarchive. Follow devkitPro's [Getting Started](https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run `(sudo dkp-)pacman -S devkitARM libctru 3ds-curl 3ds-libarchive`. You will also need [bannertool](https://github.com/Steveice10/bannertool/releases/latest) and [makerom](https://github.com/profi200/Project_CTR/releases/latest) in your PATH.
### Cloning the repo
To download the source you will need to clone it with submodules, this can be done by running
```
git clone --recursive https://github.com/Universal-Team/Universal-Updater.git
```
or if you've already cloned it running
```
git submodule update --init --recursive
```
to update all the submodules.
### Compiling
Simply run `make` in the Universal-Updater source directory.
## Screenshots
![](https://universal-team.net/images/universal-updater/script-browse-3.png)![](https://universal-team.net/images/universal-updater/script-browse-7.png)![](https://universal-team.net/images/universal-updater/scriptlist-selection.png)![](https://universal-team.net/images/universal-updater/mainMenu.png)