Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 4227  / 1 Year ago, tue, december 13, 2022, 10:05:55

I'm trying to build a codebase (with Meson), and it's yelling at me that I don't have libhandy. I found this question, but all links and PPAs mentioned there seem to be dead.


I need libhandy 1.0.0 or greater, and I'm on Ubuntu 20.04. How can I install it (in such a way that it will get picked up by a build system like pkgconfig)?


More From » 20.04

 Answers
6

Of course the PPA is there. I maintain it. I had initially copied the source package from Groovy, and built it in Launchpad (right now, it uses libhandy 1.4 packaged by Panda Jim). I have verified that it works (I used this package in Blanket's PPA, as a dependency of Blanket). The PPA also hosts packages for armhf, arm64 and ppc64el.


sudo add-apt-repository ppa:apandada1/libhandy-1
sudo apt update

Then install the package (e.g. libhandy-1-0, libhandy-1-dev) you need.


The PPA has been updated to version 1.4 of libhandy (thanks to the efforts of Panda Jim).


[#1618] Wednesday, December 14, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tudatchful

Total Points: 270
Total Questions: 109
Total Answers: 122

Location: Palau
Member since Tue, May 30, 2023
1 Year ago
;