top | item 42517568 (no title) mrjbq7 | 1 year ago $ git clone git@github.com:ghostty-org/ghostty.git$ cd ghostty$ zig build -Doptimize=ReleaseFast$ ./zig-out/bin/ghostty discuss order hn newest beanjuiceII|1 year ago tried this doesn't work do i need some specific zig version? eddythompson80|1 year ago 0.13.0https://github.com/ghostty-org/ghostty/blob/4b4d4062dfed7b37...The full script is pretty much:$ wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0....$ tar xvf zig-linux-x86_64-0.13.0.tar.xz$ git clone git@github.com:ghostty-org/ghostty.git$ cd ghostty$ ../zig-linux-x86_64-0.13.0/zig build -Doptimize=ReleaseFast$ ./zig-out/bin/ghostty load replies (1) sundarurfriend|1 year ago Funny to see a "doesn't work" response even on Hacker News, with no details or error messages. javierhonduco|1 year ago Zig 0.13 is required according to https://ghostty.org/docs/install/build autarch|1 year ago It also seems to need a fairly new gtk4. At least the version in Ubuntu 22.04 is too old.
beanjuiceII|1 year ago tried this doesn't work do i need some specific zig version? eddythompson80|1 year ago 0.13.0https://github.com/ghostty-org/ghostty/blob/4b4d4062dfed7b37...The full script is pretty much:$ wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0....$ tar xvf zig-linux-x86_64-0.13.0.tar.xz$ git clone git@github.com:ghostty-org/ghostty.git$ cd ghostty$ ../zig-linux-x86_64-0.13.0/zig build -Doptimize=ReleaseFast$ ./zig-out/bin/ghostty load replies (1) sundarurfriend|1 year ago Funny to see a "doesn't work" response even on Hacker News, with no details or error messages. javierhonduco|1 year ago Zig 0.13 is required according to https://ghostty.org/docs/install/build autarch|1 year ago It also seems to need a fairly new gtk4. At least the version in Ubuntu 22.04 is too old.
eddythompson80|1 year ago 0.13.0https://github.com/ghostty-org/ghostty/blob/4b4d4062dfed7b37...The full script is pretty much:$ wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0....$ tar xvf zig-linux-x86_64-0.13.0.tar.xz$ git clone git@github.com:ghostty-org/ghostty.git$ cd ghostty$ ../zig-linux-x86_64-0.13.0/zig build -Doptimize=ReleaseFast$ ./zig-out/bin/ghostty load replies (1)
sundarurfriend|1 year ago Funny to see a "doesn't work" response even on Hacker News, with no details or error messages.
autarch|1 year ago It also seems to need a fairly new gtk4. At least the version in Ubuntu 22.04 is too old.
beanjuiceII|1 year ago
eddythompson80|1 year ago
https://github.com/ghostty-org/ghostty/blob/4b4d4062dfed7b37...
The full script is pretty much:
$ wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0....
$ tar xvf zig-linux-x86_64-0.13.0.tar.xz
$ git clone git@github.com:ghostty-org/ghostty.git
$ cd ghostty
$ ../zig-linux-x86_64-0.13.0/zig build -Doptimize=ReleaseFast
$ ./zig-out/bin/ghostty
sundarurfriend|1 year ago
javierhonduco|1 year ago
autarch|1 year ago