Make a simpler installer script

This commit is contained in:
Mike A. Trethewey
2020-11-11 00:08:42 -08:00
parent d3cde6c901
commit 5f2b4041f9
5 changed files with 85 additions and 20 deletions

13
docs/BUILDING.md Normal file
View File

@@ -0,0 +1,13 @@
# Running from source
1. Get [python](http://python.org/downloads)
1. Get the [Door Randomizer Unstable source code](https://github.com/Aerinon/ALttPDoorRandomizer/archive/DoorDevUnstable.zip)
1. Install Platform-specific dependencies
1. Run `DoorRandomizer.py` for command-line script
1. Run `Gui.py` for user interface
## Platform-specific dependencies
### Windows
* Run `resources/ci/common/local_install.py`