Skip to content

Requires Wine even on windows #148

@PLMMJ-FH

Description

@PLMMJ-FH

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions