Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Dec 3, 2024
1 parent 9d1b80f commit 5c7fb20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ That is, embed Clang and LLVM as a libraries in their codebases.
The API are designed to be minimalistic and aid non-trivial tasks such as language interoperability on the fly.
In such scenarios CppInterOp can be used to provide the necessary introspection information to the other side helping the language cross talk.

[Installation](#build-instructions-for-linux)
[Installation](#build-instructions)

[Documentation](https://cppinterop.readthedocs.io/en/latest/index.html)
[Documentation](https://cppinterop.readthedocs.io/en/latest/index.html)

[CppInterOp API Documentation](https://cppinterop.readthedocs.io/en/latest/build/html/index.html)
[CppInterOp API Documentation](https://cppinterop.readthedocs.io/en/latest/build/html/index.html)

## CppInterOp Introduction

Expand Down Expand Up @@ -71,7 +71,7 @@ Energy Physics (HEP) field, as it will become an essential part of the Root
framework. Over time, parts of the Root framework can be swapped by this API,
adding speed and resilience with it.

### Build Instructions (Includes instructions both Unix systems and Windows)
### Build Instructions

Build instructions for CppInterOp and its dependencies are as follows. CppInterOP can be built with either Cling and Clang-REPL, so instructions will differ slightly depending on which option you would like to build, but should be clear from the section title which instructions to follow.

Expand Down

0 comments on commit 5c7fb20

Please sign in to comment.