Skip to content

Issues with building on Windows #45

@voxelcat-studios

Description

@voxelcat-studios

when i build the project on windows the python script doesn't really work, outputting
Traceback (most recent call last): File ".\build.py", line 42, in <module> game_metadata = parse_metadata(src_dir + "/Headers/version.h") File ".\build.py", line 29, in parse_metadata value = value.removeprefix('"').removesuffix('"') AttributeError: 'str' object has no attribute 'removeprefix' .

When i try to manual build having all the dependencies it outputs this:

CMake Error at CMakeLists.txt:82 (find_package):
  Could not find a package configuration file provided by "SDL3" with any of
  the following names:

    SDL3Config.cmake
    sdl3-config.cmake

  Add the installation prefix of "SDL3" to CMAKE_PREFIX_PATH or set
  "SDL3_DIR" to a directory containing one of the above files.  If "SDL3"
  provides a separate development package or SDK, be sure it has been
  installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions