Page 1 of 1

No gtksourceview lib for gtk3?

Posted: 9. Jun 2014, 17:29
by bitvast
Hi,

I need the libgtksourceview-3 library but have only been able to find one gtksourceview package using the Gslapt package manager, and it seems not to have the library for gtk3 :
$ locate libgtksourceview
/usr/lib/libgtksourceview-2.0.so.0.0.0
/usr/lib/libgtksourceview-2.0.so
/usr/lib/libgtksourceview-2.0.la
/usr/lib/libgtksourceview-2.0.so.0
I'm using Salix 14.1 for xfce, 32 bit.

Thanks in advance for any help.

Re: No gtksourceview lib for gtk3?

Posted: 9. Jun 2014, 19:24
by gapan

Code: Select all

sudo spi -i gtksourceview3

Re: No gtksourceview lib for gtk3?

Posted: 10. Jun 2014, 08:24
by bitvast
Thanks!