1
0
Fork 0

clarify that catch is for tests
the build was successful Details

Dieser Commit ist enthalten in:
tastytea 2019-01-02 06:33:43 +01:00
Ursprung 3faff570a2
Commit ffff29d087
Signiert von: tastytea
GPG-Schlüssel-ID: CFC39497F1B26E07
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -80,7 +80,7 @@ They are generated on Debian Stretch 64 bit and signed with my
* [cmake](https://cmake.org/) (at least 3.2)
* [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7)
* Optional:
* [Catch](https://github.com/catchorg/Catch2) (tested: 2.3 / 1.2)
* Tests: [Catch](https://github.com/catchorg/Catch2) (tested: 2.3 / 1.2)
On a Debian system, install the packages:
`build-essential cmake libmagick++-dev`.