zig build -Doptimize=ReleaseFast
Requires: (Fedora) sudo dnf install gcc-c++
cargo install --path helix-term --locked && cargo clean
Requires: (macOS) brew install notmuch
CGO_CFLAGS="-I$(brew --prefix)/include" CGO_LDFLAGS="-L$(brew --prefix)/lib -Wl,-rpath,$(brew --prefix)/lib" GOFLAGS="-tags=notmuch" make
CFLAGS="$(pkg-config --cflags openssl libssh2 libbrotlidec)" LDFLAGS="$(pkg-config --libs openssl libssh2 libbrotlidec)" make && make install
gmake && gmake install
cargo +nightly build --release && mv ./target/release/tdf ~/.local/bin && cargo clean
cargo build --release
RUSTC_BOOTSTRAP=1 cargo build --config .cargo/release.toml --release