Skip to content

Commit

Permalink
tweak: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui committed Jan 8, 2025
1 parent cd70585 commit 3011c13
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,20 @@ Yacl-r is a fork and extension of the C++ crypto library [secretflow/yacl](https

## Getting Started

Yacl uses the [bazel](https://bazel.build/) build system, you may use the following codes to build and test yacl modules. For more guidelines about **how to develop on yacl**, please check the [Getting Started Guide](GETTING_STARTED.md).
Yacl-r tries to support both [cmake](https://cmake.org/) and [bazel](https://bazel.build/) build system. For more guidelines about **how to develop on yacl**, please check the [Getting Started Guide](GETTING_STARTED.md).

**TL; DR**

``` sh
# for cmake
mkdir -p build
cd build
cmake ..
make -j8

# for bazel
bazel build //...
```

## License

Expand Down

0 comments on commit 3011c13

Please sign in to comment.