Re: [ANNOUNCE] Pan release 0.158
glen walpert <[email protected]> Thu, 18 Apr 2024 10:16:56 -0400
| Newsgroups | gmane.comp.gnome.apps.pan.user |
|---|---|
| Message-ID | <[email protected]> |
On 4/13/24 12:09 PM, Dominique Dumont wrote: > Hi > > I happy to announce the release of Pan 0.158 codename "Avdiivka" > > Pan is a powerful and user-friendly Usenet newsreader for GTK+. > > This release fix the installation of man and help files with cmake. Building > pan with autotools is still deprecated. > > Many thanks to Atri Bhattacharya for the help on cmake. > > You can get Pan 0.158 release tarball on Gnome's gitlab: > > - https://gitlab.gnome.org/GNOME/pan/-/tags > > The detailed release log is there: > > - https://gitlab.gnome.org/GNOME/pan/-/blob/master/NEWS > > All the best > > Dominique > > > > > _______________________________________________ > Pan-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/pan-users 0.157 and 0.158 both compile and run fine with Ubuntu 22.04 using the snap version of cmake. The apt version of cmake is outdated and will not work, and oddly the -dev file for libgnutls30 is libgnutls28-dev, and a sudo is required for Pan install. To possibly save other Ubuntu users a bit of time: Install dependencies: sudo apt-get install build-essential sudo snap install cmake --classic sudo apt-get install libgtk-3-dev sudo apt-get install libgtkspell3-3-dev sudo apt-get install libgnutls28-dev Setup and build per README.org instructions, but To install pan - (added sudo): #+BEGIN_SRC shell :results verbatim sudo cmake --install std-build #+END_SRC I might have missed a dependency, but if so the cmake error messages are really good. Nice job, thanks. Glen _______________________________________________ Pan-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/pan-users