Skip to content

Commit

Permalink
links and typos (#603)
Browse files Browse the repository at this point in the history
## Describe the changes

This PR...

## Linked Issues

Resolves #
  • Loading branch information
Otsar-Raikou authored Sep 4, 2024
2 parents 94aa03b + 6d392b6 commit ca745f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If you require more compute and have an interesting research project, we have [b

## Building ICICLE from source

ICICLE provides build systems for C++, Rust, and Go. Each build system incorporates the core ICICLE library, which contains the essential cryptographic primitives. Refer to the [Getting started page](https://dev.ingonyama.com/icicle/introduction) for full details about building and using ICICLE.
ICICLE provides build systems for C++, Rust, and Go. Each build system incorporates the core ICICLE library, which contains the essential cryptographic primitives. Refer to the [Getting started page](https://dev.ingonyama.com/icicle/build_from_source) for full details about building and using ICICLE.

> [!WARNING]
> Ensure ICICLE libraries are installed correctly when building or installing a library/application that depends on ICICLE so that they can be located at runtime.
Expand Down Expand Up @@ -172,7 +172,7 @@ cmake -S icicle -B build -DFIELD=babybear
cmake --build build -j # -j is for multi-core compilation
```
**Link you application (or library) to ICICLE:**
**Link your application (or library) to ICICLE:**
```cmake
target_link_libraries(yourApp PRIVATE icicle_field_babybear icicle_device)
Expand Down

0 comments on commit ca745f3

Please sign in to comment.