# h2curl **Repository Path**: ipvb/h2curl ## Basic Information - **Project Name**: h2curl - **Description**: CURL support HTTP2 build script. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CURL HTTP2 Support Super Repository ``` cmake -DCMAKE_INSTALL_PREFIX=/opt/curl -DCMAKE_BUILD_TYPE=Release .. ``` nghttp2 install other dir: ``` cmake ../../nghttp2 -DCMAKE_INSTALL_PREFIX=/opt/nghttp2 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_RPATH="/opt/nghttp2/lib" ```