Skip to content

Commit 832324f

Browse files
Merge branch 'blake-regalia-patch-1' into develop
2 parents 8777754 + 532d5be commit 832324f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ The installation process has the following dependencies:
1616

1717
- [autoconf](https://www.gnu.org/software/autoconf/autoconf.html)
1818
- [libtool](https://www.gnu.org/software/libtool/)
19+
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
1920

20-
The following commands should install both packages:
21+
The following commands should install all packages:
2122

2223
sudo apt-get update
23-
sudo apt-get install autoconf libtool
24+
sudo apt-get install autoconf libtool pkg-config
2425

2526
### Installing
2627

0 commit comments

Comments
 (0)