mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-05 22:31:45 +00:00
add extras/windows-quickstart.txt, update make-standalone, update README for standalone release steps
This commit is contained in:
10
README.md
10
README.md
@@ -4,6 +4,14 @@
|
|||||||
Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019.
|
Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019.
|
||||||
|
|
||||||
## Summary
|
## 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.
|
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.
|
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
|
### Building Windows standalone
|
||||||
|
|
||||||
(still in development)
|
|
||||||
|
|
||||||
Using a 32-bit version of Python is recommended to build a version to be distributed.
|
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.
|
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.
|
||||||
|
|||||||
7
extras/windows-quickstart.txt
Normal file
7
extras/windows-quickstart.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Run ci-gui to bring up the custom-install gui.
|
||||||
|
Select your SD card root, boot9, seeddb, and movable.sed files.
|
||||||
|
In some cases these will be automatically selected for you.
|
||||||
|
|
||||||
|
Add the CIA files and click "Start install".
|
||||||
|
|
||||||
|
Once it's finished, start up the homebrew launcher and run custom-install-finalize to finish the process.
|
||||||
@@ -6,4 +6,6 @@ copy TaskbarLib.tlb build\custom-install-standalone
|
|||||||
copy bin\win32\save3ds_fuse.exe build\custom-install-standalone\bin
|
copy bin\win32\save3ds_fuse.exe build\custom-install-standalone\bin
|
||||||
copy bin\README build\custom-install-standalone\bin
|
copy bin\README build\custom-install-standalone\bin
|
||||||
copy custom-install-finalize.3dsx build\custom-install-standalone
|
copy custom-install-finalize.3dsx build\custom-install-standalone
|
||||||
|
copy extras\windows-quickstart.txt build\custom-install-standalone
|
||||||
|
copy LICENSE.md extras\windows-quickstart.txt
|
||||||
python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone
|
python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone
|
||||||
|
|||||||
Reference in New Issue
Block a user