mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08:00
Remove PKG_CONFIG_PATH
Remove the export PKG_CONFIG_PATH which appears not necessary anymore. Signed-off-by: phoenix <felix.niederwanger@suse.com>
This commit is contained in:
@ -102,21 +102,18 @@ You need install some dependencies before building a binary.
|
||||
|
||||
```shell
|
||||
$ sudo dnf install gpgme-devel libseccomp-devel.x86_64 systemd-devel
|
||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
||||
```
|
||||
|
||||
#### Debian / Ubuntu
|
||||
|
||||
```shell
|
||||
$ sudo apt-get install -y libsystemd-dev libgpgme-dev libseccomp-dev
|
||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
||||
```
|
||||
|
||||
#### openSUSE
|
||||
|
||||
```shell
|
||||
$ sudo zypper -n in libgpgme-devel libseccomp-devel systemd-devel
|
||||
$ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
||||
```
|
||||
|
||||
### Building binaries and test your changes
|
||||
|
Reference in New Issue
Block a user