Docs: update pkg-config to use vips8 C++ API

This commit is contained in:
Lovell Fuller 2015-01-05 19:43:55 +00:00
parent 5813b88a52
commit 0b34a3403d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<programlisting language="C++">
/* compile with:
* g++ -g -Wall try.cc `pkg-config vips-cc --cflags --libs`
* g++ -g -Wall try.cc `pkg-config vips-cpp --cflags --libs`
*/
#include &lt;vips/vips8&gt;