Skip to content

Releases: sourcegraph/scip-clang

scip-clang v0.0.3

17 Apr 09:06
7916de6
Compare
Choose a tag to compare

Download the binary for your platform using:

TAG=v0.0.3 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.0.2

14 Apr 08:49
90a5883
Compare
Choose a tag to compare

Download the binary for your platform using:

TAG=v0.0.2 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.0.1

14 Apr 06:11
d075d44
Compare
Choose a tag to compare

Download the binary for your platform using:

TAG=v0.0.1 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.0.0

11 Apr 07:43
Compare
Choose a tag to compare

Download the binary for your platform using:

TAG=v0.0.0 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.