artist icon indicating copy to clipboard operation
artist copied to clipboard

Update documentation to reflect changes in master branch

Open PureAsbestos opened this issue 8 months ago • 1 comments

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.

PureAsbestos avatar Apr 29 '25 07:04 PureAsbestos

Would you be interested to work on this, and do a PR?

djowel avatar Apr 29 '25 07:04 djowel