Skip to content

Commit

Permalink
readme/caller-datafiles: update ctypesgen command
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 2, 2024
1 parent 02cd006 commit 8f6ecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct
```bash
# Call ctypesgen (see --help or packaging_base.py::run_ctypesgen() for further options)
# Reminder: you'll want to use the pypdfium2-team fork of ctypesgen
ctypesgen --library pdfium --runtime-libdirs $MY_LIBDIRS --headers $MY_INCLUDE_DIR/fpdf*.h -o src/pypdfium2_raw/bindings.py --strip-build-path=. [-D $MY_FLAGS]
ctypesgen --library pdfium --runtime-libdirs $MY_LIBDIRS --headers $MY_INCLUDE_DIR/fpdf*.h -o src/pypdfium2_raw/bindings.py [-D $MY_FLAGS]
# Write the version file (fill the placeholders).
# Note, this is not a mature interface yet and might change!
Expand Down

0 comments on commit 8f6ecb0

Please sign in to comment.