Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#3812] improve(docs): Add Windows build instructions to how-to-build…
….md (#3736) ### What changes were proposed in this pull request? This pull request adds detailed instructions for building Gravitino on Windows using the Windows Subsystem for Linux (WSL). The new section provides a comprehensive step-by-step guide to setting up the necessary environment and dependencies on Windows to successfully build and run Gravitino. It also includes specific instructions for integrating with IntelliJ IDEA and Visual Studio Code (VS Code). ### Why are the changes needed? These changes are needed to provide Windows users with clear and concise instructions on how to build Gravitino using WSL. This documentation expands the accessibility of the project to a wider audience who may be using Windows as their primary development environment. The detailed steps ensure that developers can set up a consistent development environment across different operating systems. Fix: #3812 ### Does this PR introduce _any_ user-facing change? No user-facing APIs or properties were changed. The addition is purely documentation, aimed at helping developers set up their environment on Windows using WSL. ### How was this patch tested? The documentation changes were reviewed for accuracy and clarity. The steps outlined were followed to ensure they work as described, using an environment set up with Windows 11 and Ubuntu 22.04 on WSL. The specific instructions were used to successfully build the project, confirming their effectiveness. --------- Co-authored-by: LanceLin <[email protected]> Co-authored-by: Jerry Shao <[email protected]>
- Loading branch information