Skip to content

Use newer runtime or statically link the CRT or distribute it with watchman #552

@indygreg

Description

@indygreg

Watchman Windows builds currently require a shared library dependency against msvcr120.dll (MSVC 2013).

Would it be possible to do a dynamic link against the universal CRT (which is part of Windows 10)? (I think this requires switching to MSVC 2015.)

If sticking with MSVC 2013 is desired, could the CRT be statically linked so as to not incur the shared library dependency? Or, could the watchman binary distribution include a copy of msvcr120.dll so end-user machines don't need a previous install of the runtime to run watchman.exe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions