mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
Document how to use autoconf container on Fedora
This commit is contained in:
@@ -18,12 +18,18 @@ directly by executing the following command from the top-level wx directory:
|
||||
$ podman run -v `pwd`:/wx --rm docker.io/vadz/autoconf-for-wx
|
||||
```
|
||||
|
||||
or, if you prefer to use podman:
|
||||
or, if you prefer to use docker:
|
||||
|
||||
```shell
|
||||
$ docker run -v `pwd`:/wx --rm vadz/autoconf-for-wx
|
||||
```
|
||||
|
||||
If using Fedora (or other system with SELinux enabled), you might need to add an option to relabel the volume content:
|
||||
|
||||
```shell
|
||||
$ podman run -v `pwd`:/wx:Z --rm docker.io/vadz/autoconf-for-wx
|
||||
```
|
||||
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user