diff --git a/Makefile b/Makefile index 5d489642..38e059b1 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ res/rollback.bin: tools/$(GENERATOR) ifeq ($(UNAME),Darwin) wine tools/$(GENERATOR) $@ else ifeq ($(UNAME),Linux) - tools/$(GENERATOR) $@ + wine tools/$(GENERATOR) $@ else tools/$(GENERATOR) $@ endif diff --git a/README.md b/README.md index 806bea07..2e453888 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,15 @@ Running under Wine: No in-game button config unless someone can figure out how to hook DirectX9 under Wine. Can't save replays because MBAA.exe crashes when saving replays under Wine. + + +Building: + + Requirements: + * Wine + * MingW + * make + + 1. Clone the repository + 2. Run `git submodule update --init --recursive` to pull the necessary dependencies + 3. Run `make -j$(nproc)`