We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How-to-Build-With-Stuart.md: Add missing stuart_update step to OvmfPkg build instructions
How-to-Build-With-Stuart.md: Provide brief rebuild BaseTools instructions where needed
How-to-Build-With-Stuart.md: Update venv instructions
How-to-Build-With-Stuart.md: Update default python command to python3
How-to-Build-With-Stuart.md: Remove incorrect -p OvmfPkg
Add an example showing how to run only the unit tests in a package
Update spell check example with new stuart option to only run a single plugin
Fixed issue with the build instructions by changing`cd edk` to `cd edk2`
Updated How to Build With Stuart (markdown)
How to Build with Stuart: Convert major HTML sections to markdown Also fixes a few inner document links. Signed-off-by: Michael Kubacki <[email protected]>
How to Build with Stuart: Update base tools inner document link
How to Build with Stuart: Update stuart_update instructions
Update git clone and Linux virtual env commands.
Add initial How to Build with Stuart Document Adds a new document that comprehensively describes how to manually set up a build environment using Stuart. Covers the following topics: 1. Pre-requisites - Git, Python, compilers, SDKs, etc. 2. Initial steps - Cloning the repo, set up Python virtual env, etc. 3. Stuart command explanation and corresponding examples 4. Common developer scenarios with examples showing what to do 5. Common questions section with answers Stuart presents a relatively consistent interface to build most content in edk2 so this document is meant as a long-term starting point for new contributors to understand the basics of using Stuart for various areas they are working in within edk2. Cc: Sean Brogan <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Michael Kubacki <[email protected]>