Skip to content

Commit 8f44ab4

Browse files
authored
docs: update dependencies (#393)
1 parent eb9c4ab commit 8f44ab4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ build_all_ffi_linux: ## Build all FFIs for Linux
666666
@$(MAKE) build_risc_zero_linux
667667
# @$(MAKE) build_merkle_tree_linux
668668
@$(MAKE) build_halo2_ipa_linux
669+
@$(MAKE) build_halo2_kzg_linux
669670
@echo "All Linux FFIs built successfully."
670671

671672

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ Ensure you have the following installed:
134134
- [Rust](https://www.rust-lang.org/tools/install)
135135
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
136136

137+
Also, you have to install the following dependencies for Linux:
138+
139+
- pkg-config
140+
- libssl-dev
141+
137142
To install foundry, run:
138143

139144
```bash

0 commit comments

Comments
 (0)