diff options
Diffstat (limited to 'extract/README')
-rw-r--r-- | extract/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extract/README b/extract/README index aadd1062..f1bacd01 100644 --- a/extract/README +++ b/extract/README @@ -7,6 +7,25 @@ Directory tree: test/ Test files. generated/ Files generated by tests. +Suggested setup for testing: + Checkout ghostpdl and mupdf into the same directory. + Inside ghostpdl: + ln -s ../mupdf/thirdparty/extract extract + + Then either: + Inside ghostpdl: + ./autogen.sh --with-extract-dir=extract + make -j 8 debug DEBUGDIRPREFIX=debug-extract- + Inside mupdf: + make -j 8 debug + or: + make test-rebuild-dependent-binaries (for the first time) + make test-build-dependent-binaries (for incremental builds) + + + Then build and run tests from inside mupdf/thirdparty/extract + as below. + Build and run tests with: make |