Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Test wrappers bug (COR-9) #55

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated README.md
mnguyenpdftron committed Mar 2, 2022
commit 3a98e4f603e70fe9cc94a9e45b548ebcf0900a20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ Suppose you wanted to build and run the 64-bit `PHP8` wrappers on `Linux`. You
cd wrappers_build # Move to that directory.
git clone https://github.com/PDFTron/PDFNetWrappers -b next_release --single-branch # Git the code.
cd PDFNetWrappers/PDFNetC # Move to where we download PDFNet.
wget https://www.pdftron.com/downloads/PDFNetC64.tar.gz # Download PDFNet.
wget https://www.pdftron.com/downloads/PDFNetC64_PHP8.tar.gz # Download PDFNet.
tar xzvf PDFNetC64.tar.gz # Unpack PDFNet.
mv PDFNetC64/Headers/ . # Move PDFNet Headers/ into place.
mv PDFNetC64/Lib/ . # Move PDFNet Lib/ into place.