Added build requirements to readme

This commit is contained in:
Aruki 2018-12-18 17:52:57 -07:00 committed by GitHub
parent 9dbe24adbb
commit 446fc6ac52
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# Prime World Editor
Prime World Editor is a custom editor suite for Retro Studios' GameCube and Wii games, including the Metroid Prime series and Donkey Kong Country Returns.
PROPER README TODO
# Build Requirements
* Qt Creator
* Qt 5.10 installation
* LLVM 6.0.1 installation; currently must be installed to `C:\Program Files\LLVM\`
* Python 3+
* Python packages `clang` and `mako`
Most of the project code is cross-platform, but currently has only been tested on Windows, and parts of the build process most likely will not work correctly on other platforms.