We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9c4ab commit 8f44ab4Copy full SHA for 8f44ab4
2 files changed
Makefile
@@ -666,6 +666,7 @@ build_all_ffi_linux: ## Build all FFIs for Linux
666
@$(MAKE) build_risc_zero_linux
667
# @$(MAKE) build_merkle_tree_linux
668
@$(MAKE) build_halo2_ipa_linux
669
+ @$(MAKE) build_halo2_kzg_linux
670
@echo "All Linux FFIs built successfully."
671
672
README.md
@@ -134,6 +134,11 @@ Ensure you have the following installed:
134
- [Rust](https://www.rust-lang.org/tools/install)
135
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
136
137
+Also, you have to install the following dependencies for Linux:
138
+
139
+- pkg-config
140
+- libssl-dev
141
142
To install foundry, run:
143
144
```bash
0 commit comments