Build trouble on Debian 12 (bookworm) #3640
Replies: 4 comments 8 replies
-
Take a look here I think you might be missing a few of the required dependencies https://ghostty.org/docs/install/build#dependencies (below are the package but you should have |
Beta Was this translation helpful? Give feedback.
-
I'm trying to build in debian testing and getting the folllowing error:
The file is |
Beta Was this translation helpful? Give feedback.
-
I got ghostty 1.0 to build on Debian, but I'm having problems with it.
On one of my Debian systems, it fails to run altogether.
On the other, it takes a very long time to come up.
…On Sun, Dec 29, 2024 at 10:27 AM Dario Griffo ***@***.***> wrote:
@mlaventure <https://github.com/mlaventure> I saw you have ghostty
working in bookworm, any advice on this. I'm an absolute newbie to zig
—
Reply to this email directly, view it on GitHub
<#3640 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGTEGRAHNBV7ADV6RPGSW32IA5I3AVCNFSM6AAAAABUJNII72VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRZGE3DONI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This is what produced a binary for me:
Use zig 0.13.0
rm -rf ~/.cache/zig/
sudo apt-get install libgtk-4-dev
sudo apt install libadwaita-1-dev
zig build -Doptimize=ReleaseFast
…On Sun, Dec 29, 2024 at 11:07 AM Dario Griffo ***@***.***> wrote:
any tips on build?
—
Reply to this email directly, view it on GitHub
<#3640 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGTEGUYDB35C7TFRTXK2BL2IBB6VAVCNFSM6AAAAABUJNII72VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRZGE4DINI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi.
Tried:
1) zig master, 2024-12-27 (I now know this is too recent)
2) zig 0.13.0 - went with this
3) rm -rf ~/.cache/zig/
4) sudo apt-get install libgtk-4-dev
The error currently looks like:
I'm building with:
zig build -Doptimize=ReleaseFast
Any suggestions? I'm eager to try Ghostty out.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions