Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 15, 2024
1 parent f9a1378 commit 697a50f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/BUILD_ANDROID.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ Test with command:
Now you can execute any command with pattern:

```docker run -v ${PWD}:/app -it pdfium-android [COMMAND]```

## Docker (macOS arm64)

If you are in a macOS with arm64 processors (M*), build with command:

```docker build --platform linux/amd64 -t pdfium-android -f docker/android/Dockerfile docker/android```
6 changes: 6 additions & 0 deletions docs/BUILD_WASM.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Now you can execute any command with pattern:

```docker run -v ${PWD}:/app -it pdfium-wasm [COMMAND]```

## Docker (macOS arm64)

If you are in a macOS with arm64 processors (M*), build with command:

```docker build --platform linux/amd64 -t pdfium-wasm -f docker/wasm/Dockerfile docker/wasm```

## Run on browser

You can test the sample using commands:
Expand Down

0 comments on commit 697a50f

Please sign in to comment.