Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Last active July 1, 2025 23:32
Show Gist options
  • Save AbeEstrada/3af7fc0b4f7585efb6f87194ea675dd9 to your computer and use it in GitHub Desktop.
Save AbeEstrada/3af7fc0b4f7585efb6f87194ea675dd9 to your computer and use it in GitHub Desktop.

How to compile

zig build -Doptimize=ReleaseFast

Requires: (Fedora) sudo dnf install gcc-c++

cargo install --path helix-term --locked && cargo clean

CFLAGS="-I/opt/homebrew/opt/openssl/include -I/opt/homebrew/opt/libssh2/include" make && make install

RUSTC_BOOTSTRAP=1 cargo build --config .cargo/release.toml --release

RUSTC_BOOTSTRAP=1 cargo build --release && mv ./target/release/tdf ~/.local/bin && cargo clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment