Skip to content

Commit 092da23

Browse files
committed
readme
1 parent 7b6b9a2 commit 092da23

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,9 @@ PDFIUM_PLATFORM="sourcebuild" python -m pip install -v .
184184
> By default, the build scripts will create separate DLLs for vendored dependency libraries (e.g. `abseil`). However, if you want to bundle everything into a single DLL, pass `--single-lib`.
185185
186186
> [!NOTE]
187-
> The native sourcebuild currently supports Linux, or Linux-like platforms.
188-
> macOS and Windows are not handled, as we do not have access to these systems, and working over CI did not turn out feasible.
189-
> You need to use the toolchained build on these platforms for now.
190-
> Community help / pull requests to extend platform support would be appreciated.
187+
> The native sourcebuild currently supports Linux (or similar).
188+
> macOS and Windows are not handled, as we do not have access to these systems, and working over CI did not turn out feasible – use the toolchain-based build for now.
189+
> Community help / pull requests to extend platform support would be welcome.
191190
192191
##### cibuildwheel
193192

@@ -199,7 +198,7 @@ CIBW_BUILD="cp311-manylinux_x86_64" cibuildwheel
199198
See also our [cibuildwheel workflow](.github/workflows/cibuildwheel.yaml).
200199
For more options, see the [upstream documentation](https://cibuildwheel.pypa.io/en/stable/options).
201200

202-
For Linux, note that cibuildwheel requires Docker. On the author's version of Fedora, it can be installed as follows:
201+
Note that, for Linux, cibuildwheel requires Docker. On the author's version of Fedora, it can be installed as follows:
203202
```bash
204203
sudo dnf in moby-engine # this provides the docker command
205204
sudo systemctl start docker

0 commit comments

Comments
 (0)