Skip to content

Windows support #21

Description

@xarthurx

Hi, I'm trying to compile on Windows platform.

Several things I noticed:

  1. The current CMake need pkg-config which google says to be a standard software in Linux system to solve dependences, is there a windows replacement of that?

  2. If disable the above, I also need to disable the current lines:

    #pkg_check_modules(CAIRO REQUIRED cairo)
    #pkg_check_modules(FONTCONFIG REQUIRED fontconfig)

and

#find_package(OpenAL REQUIRED)
#find_package(MPG123 REQUIRED)
#find_package(Freetype REQUIRED)
  1. Then, cmake said it also missing ZLIB_INCLUDE_DIR-NOTFOUND and ZLIB_LIBRARY_DEBUG-NOTFOUND.

My question here now is for Windows platform, are we suppose to use Linux Environment like MinGW or totally change to Windows based libs?

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