Skip to content

Instantly share code, notes, and snippets.

@masakielastic
Created February 27, 2026 20:24
Show Gist options
  • Select an option

  • Save masakielastic/12430ee5ce96f8c5d5667a6cd60e1ce6 to your computer and use it in GitHub Desktop.

Select an option

Save masakielastic/12430ee5ce96f8c5d5667a6cd60e1ce6 to your computer and use it in GitHub Desktop.
独自ビルドの curl を導入する

独自ビルドの curl を導入する

関数の定義

curl-local() {
  LD_LIBRARY_PATH="$HOME/.local/lib64:$HOME/.local/lib" \
    "$HOME/.local/bin/curl" "$@"
}

ビルド

ngtcp2、nghttp3 のビルドはこちらの記事を参照。

./configure --prefix="$PREFIX" --with-openssl="$PREFIX" --with-ngtcp2 --with-nghttp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment