diff --git a/README.md b/README.md index 16d5e0aabb..f1c74f6c15 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,4 @@ # P4C -[![Main Build](https://github.com/p4lang/p4c/actions/workflows/ci-test-debian.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-test-debian.yml) -[![Main Build](https://github.com/p4lang/p4c/actions/workflows/ci-test-fedora.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-test-fedora.yml) -[![Main Build](https://github.com/p4lang/p4c/actions/workflows/ci-test-mac.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-test-mac.yml) -[![Bazel Build](https://github.com/p4lang/p4c/actions/workflows/ci-bazel.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-bazel.yml) -[![Validation](https://github.com/p4lang/p4c/actions/workflows/ci-validation-nightly.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-validation-nightly.yml) -[![Docker Container](https://github.com/p4lang/p4c/actions/workflows/ci-container-image.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-container-image.yml) - -* [Getting started](#getting-started) - * [Installing packaged versions of P4C](#installing-packaged-versions-of-p4c) - * [Installing P4C from source](#installing-p4c-from-source) -* [Dependencies](#dependencies) - * [Ubuntu dependencies](#ubuntu-dependencies) - * [Fedora dependencies](#fedora-dependencies) - * [macOS dependencies](#macos-dependencies) - * [Garbage collector](#garbage-collector) - * [Crash dumps](#crash-dumps) -* [Development tools](#development-tools) - * [Git setup](#git-setup) -* [Docker](#docker) -* [Bazel](#bazel) -* [Build system](#build-system) - * [Defining new CMake targets](#defining-new-cmake-targets) -* [Known issues](#known-issues) - * [Frontend](#frontend) - * [Backends](#backends) -* [How to Contribute](#how-to-contribute) -* [P4 Compiler Onboarding](#p4-compiler-onboarding) -* [Contact](#contact) P4C is a reference compiler for the P4 programming language. It supports both P4-14 and P4-16; you can find more information about P4