-
-
Notifications
You must be signed in to change notification settings - Fork 187
Documenting install instructions #1960
Copy link
Copy link
Open
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsdocsThis affects the documentation (web-specific issues go to rgbds-www)This affects the documentation (web-specific issues go to rgbds-www)
Milestone
Metadata
Metadata
Assignees
Labels
buildsThis affects the build process or release artifactsThis affects the build process or release artifactsdocsThis affects the documentation (web-specific issues go to rgbds-www)This affects the documentation (web-specific issues go to rgbds-www)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Most of our CI builds in
testing.ymluse Ninja as the generator for CMake. This is because Ninja provides terse output that's synchronous by default, which gives us more readable GitHub Actions logs (as explained in 71fc449). However, users would not need to use the exact same commands as CI; they do not need to install Ninja to build rgbds. This should be noted somewhere in our docs or comments.