Skip to content

Commit 71cf958

Browse files
committed
Updates doc for Unix build: added missing dependency byacc
1 parent 2f38f56 commit 71cf958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-unix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run the following commands to install required packages:
1313

1414
##### Debian/Ubuntu:
1515
```bash
16-
$ sudo apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils
16+
$ sudo apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils byacc
1717
```
1818

1919
##### Fedora:
@@ -158,4 +158,4 @@ If your user is in the `staff` group the limit can be raised with:
158158

159159
The change will only affect the current shell and processes spawned by it. To
160160
make the change system-wide, change `datasize-cur` and `datasize-max` in
161-
`/etc/login.conf`, and reboot.
161+
`/etc/login.conf`, and reboot.

0 commit comments

Comments
 (0)