-
Notifications
You must be signed in to change notification settings - Fork 3k
Updates Native build and runtime guides, Visual Studio 2022, UBI9, ArchLinux #49561
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
Conversation
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
So, is this the reason why there is no preview? " asciidoctor not found " ? |
This comment has been minimized.
This comment has been minimized.
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.
My only comment is about adding a note for Mac.
@Karm could you adjust and then we can merge. |
Sry for the delay, circled back to this, adjusting... |
Status for workflow
|
related to #49226
Copy-pasted Dockerfiles that work in quarkusio/quarkus-quickstarts#1560
Fonts
I took the liberty of deleting an example that just added libfreetype without pulling fontconfig and fontconfig's dependencies as I couldn't imagine an app that would initialize freetype without going down the AWT rabbit hole of looking up and initializing fontconfig too. PDFBox, POI etc., invoice documents generating apps and such use cases definitely need fontconfig too and that pulls additional dependencies. If you feel differently and have an example of a Quarkus native app that just needs libfreetype, share it here, please.