:: Re: [DNG] How to install GTK3 on De…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Alif Radhitya
Fecha:  
A: Mario Marietto
Cc: Mario Marietto via Dng
Asunto: Re: [DNG] How to install GTK3 on Devuan 4
As far as I know, GTK3 was installed as the default program because many
apps use it. If you feel missing, then do this:

` sudo apt install libgtk-3-0`

On 11/08/2023 21:55, Mario Marietto via Dng wrote:
>
> Hello.
>
> I'm trying to install and configure qemu 5.1 on my ARM chromebook
> because I want to enable KVM with the final goal to virtualize FreeBSD.
>
> So,this is what I did :
>
> root@devuan:~/Desktop# git clone -b v5.1.0 http://git.qemu.org/qemu.git
>
> Cloning into 'qemu'...
> warning: redirecting to https://gitlab.com/qemu-project/qemu.git/
> remote: Enumerating objects: 694079, done.
> remote: Counting objects: 100% (6351/6351), done.
> remote: Compressing objects: 100% (911/911), done.
> remote: Total 694079 (delta 5538), reused 6143 (delta 5430),
> pack-reused 687728
> Receiving objects: 100% (694079/694079), 271.86 MiB | 4.37 MiB/s, done.
> Resolving deltas: 100% (577762/577762), done.
> Note: switching to 'd0ed6a69d399ae193959225cdeaa9382746c91cc'.
>
> root@devuan:~/Desktop/qemu-v5.1.0# ./configure
> --target-list=arm-softmmu --enable-opengl --enable-gtk --enable-kvm
> --enable-guest-agent --enable-spice --audio-drv-list="oss pa"
> --enable-libusb
>
> ERROR: User requested feature gtk
>        configure was not able to find it.
>        Install gtk3-devel
>
> root@devuan:~/Desktop/qemu-v5.1.0# apt install gtk3-devel
> libgtk3.0-devel gtk3-dev libgtk3.0-dev
>
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
>
> E: Unable to locate package gtk3-devel
> E: Unable to locate package libgtk3.0-devel
> E: Couldn't find any package by glob 'libgtk3.0-devel'
> E: Unable to locate package gtk3-dev
> E: Unable to locate package libgtk3.0-dev
> E: Couldn't find any package by glob 'libgtk3.0-dev'
>
> Is there any chance to install gtk3 ? thanks.
>
> --
> Mario.
>
> _______________________________________________
> Dng mailing list
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng