diff --git a/docs/BUILDING.md b/docs/BUILDING.md index fd0233f0..461601aa 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -1,13 +1,15 @@ # 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 +|Instruction|Image| +|-----------|-----| +|Get [python](http://python.org/downloads)|[Get python](images/python.png) +|Get the [Door Randomizer Unstable source code](https://github.com/Aerinon/ALttPDoorRandomizer/archive/DoorDevUnstable.zip)|[Get source code](images/sourcecode.png) +|Install Platform-specific dependencies (see below)|[Command line](images/cmd.png) +|Run `DoorRandomizer.py` for command-line script|[DungeonRandomizer.py](images/py-dungeonrandomizer.png) +|Run `Gui.py` for user interface|[Gui.py](images/py-gui.png) ## Platform-specific dependencies -### Windows - -* Run `resources/ci/common/local_install.py` +|Platform|Command line|Image| +| :----: |------------|-----| +|Windows |`resources/ci/common/local_install.py`|[Windows](images/cli-windows.png) diff --git a/docs/images/cli-windows.png b/docs/images/cli-windows.png new file mode 100644 index 00000000..2cb7a092 Binary files /dev/null and b/docs/images/cli-windows.png differ diff --git a/docs/images/cmd.png b/docs/images/cmd.png new file mode 100644 index 00000000..cb2b6973 Binary files /dev/null and b/docs/images/cmd.png differ diff --git a/docs/images/py-dungeonrandomizer.png b/docs/images/py-dungeonrandomizer.png new file mode 100644 index 00000000..f3d8de6a Binary files /dev/null and b/docs/images/py-dungeonrandomizer.png differ diff --git a/docs/images/py-gui.png b/docs/images/py-gui.png new file mode 100644 index 00000000..6d7b3cc9 Binary files /dev/null and b/docs/images/py-gui.png differ diff --git a/docs/images/python.png b/docs/images/python.png new file mode 100644 index 00000000..87bd1a61 Binary files /dev/null and b/docs/images/python.png differ diff --git a/docs/images/sourcecode.png b/docs/images/sourcecode.png new file mode 100644 index 00000000..07acbf7b Binary files /dev/null and b/docs/images/sourcecode.png differ