Skip to content

Commit

Permalink
Revise building docs and add testing instructions (#59)
Browse files Browse the repository at this point in the history
- Refine missing packages in README
- Revise building docs
- Ignore testing tmp files

Signed-off-by: TTFISH <[email protected]>
  • Loading branch information
fish98 authored Jul 23, 2024
1 parent 980f6f4 commit 221698c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ test-pdf
test-ps
testfilters
test-analyze
Test_summary_final.txt
Test_summary_final.txt
test.pdf
test.ps
9 changes: 7 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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):
```
Expand Down

0 comments on commit 221698c

Please sign in to comment.