From bcde2a31e99fc874dcc3d50375431e81f2161809 Mon Sep 17 00:00:00 2001 From: TTFISH Date: Tue, 23 Jul 2024 03:58:35 +0800 Subject: [PATCH 1/2] refine missing packages in README Signed-off-by: TTFISH --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index eee7db893..0c5af971a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -85,9 +85,9 @@ or ``` sudo apt-get install build-essential autoconf autopoint automake libtool ``` -- Install Poppler, fontconfig, liblcms2, mupdf-tools: +- Install Poppler, fontconfig, liblcms2, mupdf-tools, gettext, libcups2-dev, libqpdf-dev: ``` - sudo apt-get install libpoppler-cpp-dev poppler-utils libfontconfig1-dev liblcms2-dev mupdf-tools + sudo apt-get install libpoppler-cpp-dev poppler-utils libfontconfig1-dev liblcms2-dev mupdf-tools gettext libcups2-dev libqpdf-dev ``` - Install Ghostscript (for non-PDF printers): ``` From 25a4c09d3167cd59a46a74c75cf02d2468c050ab Mon Sep 17 00:00:00 2001 From: TTFISH Date: Tue, 23 Jul 2024 04:03:55 +0800 Subject: [PATCH 2/2] Revise building docs and ignore testing tmp files Signed-off-by: TTFISH --- .gitignore | 4 +++- INSTALL.md | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c0cad37f..e256e4731 100644 --- a/.gitignore +++ b/.gitignore @@ -93,4 +93,6 @@ test-pdf test-ps testfilters test-analyze -Test_summary_final.txt \ No newline at end of file +Test_summary_final.txt +test.pdf +test.ps \ No newline at end of file diff --git a/INSTALL.md b/INSTALL.md index 0c5af971a..2db4cf946 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -77,6 +77,11 @@ or - libcupsfilters is supported for CUPS from version 2.2.2. - For earlier CUPS versions (1.5.x, required since 1.6.x), use cups-filters 1.x. +## Testing +- For CI testing and build checks, run with: +``` +make check +``` ## Installing Required Tools