On 11/26/2015 05:08 AM, 信步 wrote:
I want to complile wds in deepin linux, after command: cmake .
it
hint don't find gio-2.0 .
after I install the libgio-2.0 ( apt-get install libgio-2.0 ) ,the
hint remain the same.
Did you know what can I do.
or, Please tell me which OS did you use for developping this software.
You need to install the development package for libgio, which should be
called libgio-2.0-dev. You can also use 'apt-cache pkgnames' to list all
packages, and find out which of them you need to install.
Alex