-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: DEVELOPER_GUIDE: add instructions for windows 2022. #9522
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 24, 2024 11:04
3778cd4
to
4c16a2e
Compare
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 24, 2024 11:04
4c16a2e
to
a765555
Compare
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 24, 2024 11:06
a765555
to
94270ec
Compare
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 24, 2024 11:12
94270ec
to
d4a032b
Compare
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 24, 2024 11:16
d4a032b
to
9559d88
Compare
niedbalski
requested review from
edsiper,
leonardo-albertovich,
fujimotos and
koleini
as code owners
October 24, 2024 11:16
cosmo0920
approved these changes
Oct 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 29, 2024 09:33
9559d88
to
d85d787
Compare
* Adds Windows 2022 setup instructions. step-by-step for setting up the environment to build Fluent Bit on Windows Server 2022, including Visual Studio installation, Flex and Bison setup, and dependency management using vcpkg. * Corrected references from Chocolatey to vcpkg for dependency installation, aligning the local build guide with the tools used in CI. Signed-off-by: Jorge Niedbalski <[email protected]>
niedbalski
force-pushed
the
docs-windows-2022
branch
from
October 29, 2024 09:34
d85d787
to
af012a8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request adds new documentation to the DEVELOPER_GUIDE for building and running fluent on Windows Server 2022.