revide comments in cpp binding
This commit is contained in:
parent
0d6f987976
commit
78f927e606
@ -67,7 +67,7 @@ Untar, then in the libvips directory you should just be able to do:
|
|||||||
./configure
|
./configure
|
||||||
|
|
||||||
Check the summary at the end of `configure` carefully. libvips must have
|
Check the summary at the end of `configure` carefully. libvips must have
|
||||||
`build-essential`, `pkg-config`, `glib2.0-dev`, `libexpat1-dev`.
|
`build-essential`, `pkg-config`, `libglib2.0-dev`, `libexpat1-dev`.
|
||||||
|
|
||||||
You'll need the dev packages for the file format support you want. For basic
|
You'll need the dev packages for the file format support you want. For basic
|
||||||
jpeg and tiff support, you'll need `libtiff5-dev`, `libjpeg-turbo8-dev`,
|
jpeg and tiff support, you'll need `libtiff5-dev`, `libjpeg-turbo8-dev`,
|
||||||
@ -115,7 +115,7 @@ Debug build:
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
libvips has to have `glib2.0-dev` and `libexpat1-dev`. Other dependencies
|
libvips has to have `libglib2.0-dev` and `libexpat1-dev`. Other dependencies
|
||||||
are optional.
|
are optional.
|
||||||
|
|
||||||
## Optional dependencies
|
## Optional dependencies
|
||||||
|
@ -111,7 +111,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// assignment ... we must delete the old ref
|
// assignment ... we must delete the old ref
|
||||||
// old can be NULL, new must not be NULL
|
|
||||||
VObject &operator=( const VObject &a )
|
VObject &operator=( const VObject &a )
|
||||||
{
|
{
|
||||||
#ifdef VIPS_DEBUG_VERBOSE
|
#ifdef VIPS_DEBUG_VERBOSE
|
||||||
|
Loading…
Reference in New Issue
Block a user