Skip to content

Update documentation to reflect changes in master branch #28

@PureAsbestos

Description

@PureAsbestos

The latest version of Artist (as of the time I am opening this issue) needs at least Cmake 3.19+ to build, since it uses COMMAND_ERROR_IS_FATAL. Yet, the build guide suggests 3.7.2 or higher would be sufficient.

It also recommends the command cmake -G"Visual Studio 16 2019" ..// to build on Windows, but it does not seem to be compatible with VS 2019 anymore (I get linker errors). If instead I use the command cmake -G"Visual Studio 17 2022" ..// and build with VS 2022, I am able to build Artist just fine.

Possibly a duplicate issue of #17 but the scope seems different and I thought I would mention specific things that are out of date.

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