Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`