-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
It isn't disclosed anywhere that you need Wine in the Windows instructions, but the following point to it being required:
- During the build process it's constantly looking for winepaths
- The lines responsible for building the ROM require Wine
Specifically...
$(ROM): $(ROMSPEC) tools filesystem main sub $(BANNER)
$(WINE) $(MAKEROM) $(MAKEROM_FLAGS) -DBUILD_DIR=$(BUILD_DIR) -M$(NITROFS_FILES_FILE) -DTITLE_NAME="$(TITLE_NAME)" -DBNR="$(BANNER)" -DHEADER_TEMPLATE="$(HEADER_TEMPLATE)" $< $@
$(FIXROM) $@ --secure-crc $(SECURE_CRC) --game-code $(GAME_CODE)
Either tweak the code to not need Wine on Windows (I have no idea how to work with Wine so I can't help with that) or disclose that Wine is required in the Windows instructions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels