We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8777754 + 532d5be commit 832324fCopy full SHA for 832324f
1 file changed
README.md
@@ -16,11 +16,12 @@ The installation process has the following dependencies:
16
17
- [autoconf](https://www.gnu.org/software/autoconf/autoconf.html)
18
- [libtool](https://www.gnu.org/software/libtool/)
19
+- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
20
-The following commands should install both packages:
21
+The following commands should install all packages:
22
23
sudo apt-get update
- sudo apt-get install autoconf libtool
24
+ sudo apt-get install autoconf libtool pkg-config
25
26
### Installing
27
0 commit comments