libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
528 stars 304 forks source link

Debian/Ubuntu `libplist-dev` package is outdated #245

Open dnicolson opened 7 months ago

dnicolson commented 7 months ago

On Linux libplist needs to be compiled from source before building libimobiledevice because version 2.3.0 of libplist-dev is required but only version 2.2.0 is available.

daivolt commented 5 months ago

autogen.sh in libplist-2.3.0 is missing, and required as per readme instructions