tce-load -i compiletc cmake curl-dev libssh2-dev http-parser-dev https://github.com/libgit2/libgit2/archive/v0.28.4.tar.gz cd libgit2-0.28.4 mkdir build cd build cmake -LAH -DCMAKE_C_FLAGS_RELEASE="-flto -fuse-linker-plugin -mtune=generic -Os -pipe" -DCMAKE_CXX_FLAGS_RELEASE="-flto -fuse-linker-plugin -mtune=generic -Os -pipe" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=release -DCMAKE_VERBOSE_MAKEFILE=TRUE -DBUILD_CLAR=OFF ../ make [0m 32.79s] make install -- Enabled features: * threadsafe, threadsafe support * HTTPS, using OpenSSL * SHA, using CollisionDetection * http-parser, http-parser support (bundled) * zlib, using system zlib * SSH, SSH transport support -- Disabled features: * debugpool, debug pool allocator * tracing, tracing support * SPNEGO, SPNEGO authentication support * iconv, iconv encoding conversion support