Install yad-0.32.0 to Raspbian-Jessie on a RPi

428 views
Skip to first unread message

FFRR

unread,
Dec 29, 2015, 12:51:58 PM12/29/15
to yad-common
Just had a go at this on a fresh install of Raspbian-Jessie

Steps taken:

Compiling yad-0.32.0 for 2015-11-21-Raspbian-Jessie

1. Download and unpack yad-0.32.0 from Sourceforge
2. cd to yad-0.32.0 directory
3. sudo apt-get update && sudo apt-get upgrade
4. sudo apt-get install intltool
5. sudo apt-get install libgtk2.0-dev
6. sudo autoreconf -ivf
7. ./configure
8. make
9. sudo make install
10. Test

yad --form --field="Hello":BTN --center --width=400 --height=250 --center

This all worked OK. Tried an html dialog but nothing rendered.

yad --html --uri="www.google.co.uk" --width=400 --height=250 --center

What else needs to be installed for this and other features not yet tested?

Victor Ananjevsky

unread,
Dec 30, 2015, 1:36:25 AM12/30/15
to yad-c...@googlegroups.com
html dialog now only available for gtk+-2.0 and webkit-1.0
make sure you build yad with this libraries
as i see, you install gtk2 devel package but doesn't install webkit's one
> --
> You received this message because you are subscribed to the Google Groups "yad-common" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to yad-common+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


--
Victor Ananjevsky <anan...@gmail.com>

FFRR

unread,
Dec 30, 2015, 12:51:32 PM12/30/15
to yad-common
So I need to install the package libwebkitgtk-1.0-0 before I compile?

Tim

FFRR

unread,
Dec 30, 2015, 1:58:53 PM12/30/15
to yad-common
It is OK, I figured it out:

sudo apt-get install libwebkitgtk-1.0-0 libwebkitgtk-dev

then compile.

However I see from configure output that the icon browser will not be in the build.

What dependencies are there for this?

Tim

Victor Ananjevsky

unread,
Dec 31, 2015, 8:02:42 AM12/31/15
to yad-c...@googlegroups.com
building of icon browser disabled by default. run ./configure --enable-icon-browser for
build it

On Wed, 30 Dec 2015 10:58:53 -0800 (PST)
FFRR <carte...@gmail.com> wrote:

> It is OK, I figured it out:
>
> sudo apt-get install libwebkitgtk-1.0-0 libwebkitgtk-dev
>
> then compile.
>
> However I see from configure output that the icon browser will not be in
> the build.
>
> What dependencies are there for this?
>
> Tim
>
> On Wednesday, 30 December 2015 17:51:32 UTC, FFRR wrote:
> >
> > So I need to install the package *libwebkitgtk-1.0-0* before I compile?

FFRR

unread,
Jan 3, 2016, 10:18:56 AM1/3/16
to yad-common
OK thanks Victor.

Looking like the final routine goes like this:

Compiling yad-0.32.0 for 2015-11-21-Raspbian-Jessie

1. Download and unpack yad-0.32.0 from Sourceforge
2. cd to yad-0.32.0 directory
3. sudo apt-get update && sudo apt-get upgrade
4. sudo apt-get install intltool
5. sudo apt-get install libgtk2.0-dev libwebkitgtk-1.0-0 libwebkitgtk-dev
6. sudo autoreconf -ivf
7. ./configure --enable-icon-browser
8. make
9. sudo make install
10. Test

:)
Reply all
Reply to author
Forward
0 new messages