(was: [groff] Release Candidate 1.22.4.rc2)
Hi,

On Sat, Nov 03 2018 at 11:55:51 AM, Colin Watson <cjwat...@debian.org> wrote:
> I hate to nag, but is there any likelihood of a 1.22.4 release in the
> somewhat near future?  My next relevant deadline is that the freeze for
> the next Debian release will begin in January 2019.  It would be good if
> it could include a recent version of groff, but I'm not enthusiastic
> about pushing in a release candidate.

Apologies for my long silence; due to personal problems I wasn't able to
work on groff these last months.

Version 1.22.4.rc2 no longer build on my environment (Archlinux) because
of glibc 2.28 (fixed by 1c8c0210bded9e78c2748753c17fc9d9b07b0089) so
I've just made a 1.22.4.rc3 version.  I need to check the issue on
'contrib/hdtbl' pointed out by Branden before pushing an official
release.

1.22.4.rc3 can be downloaded here:  https://alpha.gnu.org/gnu/groff/.
To build it and install it:

  mkdir build
  cd build
  ../configure
  make -j <number of core>
  sudo make install

To uninstall it just do 'make uninstall'.  You can also download and
build the 1.22.4.rc3 from git:

  git clone https://git.savannah.gnu.org/git/groff.git
  cd groff
  git checkout 1.22.4.rc3
  ./bootstrap
  mkdir build
  cd build
  ../configure
  make -j
  sudo make install

Regards,

Bertrand Garrigues

Reply via email to