add extras/windows-quickstart.txt, update make-standalone, update README for standalone release steps

This commit is contained in:
Ian Burgwin
2020-07-22 22:37:27 -07:00
parent 49fb0f832f
commit c45c082bfb
3 changed files with 17 additions and 2 deletions

View File

@@ -4,6 +4,14 @@
Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019.
## Summary
### Windows standalone
1. [Dump boot9.bin and movable.sed](https://ihaveamac.github.io/dump.html) from a 3DS system.
2. Download the [latest releases](https://github.com/ihaveamac/custom-install/releases).
3. Extract and run ci-gui. Read `windows-quickstart.txt`.
### With installed Python
Note for Windows users: Enabling "Add Python 3.X to PATH" is **NOT** required! Python is installed with the `py` launcher by default.
1. [Dump boot9.bin and movable.sed](https://ihaveamac.github.io/dump.html) from a 3DS system.
@@ -66,8 +74,6 @@ Install the requirements listed in "Summary", then run `ci-gui.py`.
### Building Windows standalone
(still in development)
Using a 32-bit version of Python is recommended to build a version to be distributed.
A [virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) is recommended to isolate the packages from system directories. The build script `make-standalone.bat` assumes that the dependencies are in PATH.