docs: improve INTRO-cmake.md #566
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
When going through the SDL_image CMake installation instructions, the user will run into some problems.
SDL_image
git repository into thevendored
directory."vendored/SDL"
is also required and referenced in theCMakeLists.txt
file. Arguably cloning theSDL
git repository should also be included in the instructions.Changes
SDL
andSDL_image
repositories into thevendored
directoryComments
This change will also align this file with the SDL repository INTRO-cmake.md which includes the git clone steps.