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 eee7db893..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 @@ -85,9 +90,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): ```