Universal-Updater
An easy to use app for installing and updating 3DS homebrew
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- build.yml
- crowdin-commit.yml
- crowdin-upload.yml
- tasks.json
- banner.cgfx
- BannerAudio.wav
- build-cia.rsf
- icon.png
- logo.bcma.lz
- battery_0.png
- battery_1.png
- battery_2.png
- battery_3.png
- battery_4.png
- battery_blink.png
- battery_charge.png
- battery_charge_full.png
- jp.png
- ko.png
- ry.png
- zh-CN.png
- zh-TW.png
- wifi_0.png
- wifi_1.png
- wifi_2.png
- wifi_3.png
- wifi_off.png
- add.png
- add_font.png
- arrow.png
- cancel.png
- checked.png
- delete.png
- download.png
- info.png
- installed.png
- installed_app.png
- installed_filter.png
- keyboard.png
- list.png
- noIcon.png
- notes.png
- qr_code.png
- queue.png
- screenshot.png
- search.png
- settings.png
- shortcut.png
- sort.png
- sort_checked.png
- sort_unchecked.png
- toggle_off.png
- toggle_on.png
- unchecked.png
- universal-core.png
- universal-updater.png
- update.png
- update_app.png
- update_filter.png
- wiki.png
- sprites.t3s
- gfx.hpp
- msg.hpp
- overlay.hpp
- qrcode.hpp
- quirc.hpp
- quirc_internal.hpp
- qrcodegen.h
- en.h
- error.h
- biginteger.h
- clzll.h
- diyfp.h
- dtoa.h
- ieee754.h
- itoa.h
- meta.h
- pow10.h
- regex.h
- stack.h
- strfunc.h
- strtod.h
- swap.h
- inttypes.h
- stdint.h
- allocators.h
- cursorstreamwrapper.h
- document.h
- encodedstream.h
- encodings.h
- filereadstream.h
- filewritestream.h
- fwd.h
- istreamwrapper.h
- memorybuffer.h
- memorystream.h
- ostreamwrapper.h
- pointer.h
- prettywriter.h
- rapidjson.h
- reader.h
- schema.h
- stream.h
- stringbuffer.h
- uri.h
- writer.h
- mainScreen.hpp
- meta.hpp
- script.hpp
- store.hpp
- storeEntry.hpp
- storeUtils.hpp
- animation.hpp
- argumentParser.hpp
- cia.hpp
- config.hpp
- download.hpp
- exclusiveMode.hpp
- extract.hpp
- fileBrowse.hpp
- files.hpp
- lang.hpp
- lodepng.h
- queueSystem.hpp
- screenshot.hpp
- scriptUtils.hpp
- sound.hpp
- stringutils.hpp
- theme.hpp
- common.hpp
- init.hpp
- keyboard.hpp
- uk.bcfnt
- universal-updater.bcfnt
- zh-CN.bcfnt
- zh-TW.bcfnt
- 2d-banner.png
- Themes.json
- UniStores.json
- .gitkeep
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- app.json
- gfx.cpp
- msg.cpp
- downList.cpp
- entryInfo.cpp
- grid.cpp
- list.cpp
- markMenu.cpp
- queueMenu.cpp
- releaseNotes.cpp
- screenshotMenu.cpp
- searchMenu.cpp
- settings.cpp
- sideMenu.cpp
- sortMenu.cpp
- credits.cpp
- dirSelect.cpp
- showQrCode.cpp
- storeSelect.cpp
- themeSelect.cpp
- decode.cpp
- identify.cpp
- qrcode.cpp
- quirc.cpp
- version_db.cpp
- LICENSE
- qrcodegen.c
- README.md
- mainScreen.cpp
- meta.cpp
- script.cpp
- store.cpp
- storeEntry.cpp
- storeUtils.cpp
- animation.cpp
- argumentParser.cpp
- cia.cpp
- config.cpp
- download.cpp
- exclusiveMode.cpp
- extract.cpp
- fileBrowse.cpp
- files.cpp
- lang.cpp
- lodepng.cpp
- queueSystem.cpp
- screenshot.cpp
- scriptUtils.cpp
- sound.cpp
- stringutils.cpp
- theme.cpp
- init.cpp
- keyboard.cpp
- main.cpp
- .gitignore
- .gitmodules
- clean.bat
- compile.bat
- crowdin-pull.sh
- crowdin.yml
- LICENSE
- Makefile
- README.md
- Universal-Core
# Installation Guide
1. Get the code
git clone https://github.com/Universal-Team/Universal-Updater
Downloads the entire project code from GitHub to your computer.
cd Universal-Updater
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
