You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description:
In the readme.md#Build and Install section of the README, the 1st provided example does not work on Windows 11 with MSVS 2022. Specifically, the following lines have issues:
cmake --build build -- all
cmake --build build -- install
Possible Solution:
After testing, I found that the correct commands should be:
At least these commands work correctly on my system.
Justification:
The current version of the commands might be confusing, especially for CMake beginners.
Updating the commands in the README would likely help new users avoid confusion and build issues.
Thank you for your attention to this matter and for maintaining such a useful project!
Best regards,
Tadeusz
The text was updated successfully, but these errors were encountered:
Problem Description:
In the readme.md#Build and Install section of the README, the 1st provided example does not work on Windows 11 with MSVS 2022. Specifically, the following lines have issues:
Possible Solution:
After testing, I found that the correct commands should be:
At least these commands work correctly on my system.
Justification:
The current version of the commands might be confusing, especially for CMake beginners.
Updating the commands in the README would likely help new users avoid confusion and build issues.
Thank you for your attention to this matter and for maintaining such a useful project!
Best regards,
Tadeusz
The text was updated successfully, but these errors were encountered: