mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
add libz and libzstd to building from source
This commit is contained in:
parent
e8c7857ddf
commit
7f38dba850
1 changed files with 15 additions and 0 deletions
|
@ -94,6 +94,21 @@ If so, you can fix it like so:
|
|||
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
```
|
||||
|
||||
### libz libzstd libraries
|
||||
|
||||
You may see an error like this during builds:
|
||||
|
||||
```text
|
||||
/usr/bin/ld: cannot find -lz: No such file or directory
|
||||
/usr/bin/ld: cannot find -lzstd: No such file or directory
|
||||
```
|
||||
|
||||
If so, you can fix it like so:
|
||||
|
||||
```sh
|
||||
sudo apt-get install libz-dev libzstd-dev
|
||||
```
|
||||
|
||||
### Zig
|
||||
|
||||
**version: 0.11.0**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue