groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Release Candidate 1.23.0.rc1


From: Bertrand Garrigues
Subject: Release Candidate 1.23.0.rc1
Date: Thu, 12 Nov 2020 23:04:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Dear groffers,

Release candidate 1.23.0.rc1 is now available from GNU's alpha ftp.  The
version 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 cores>
  sudo make install

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

  git clone https://git.savannah.gnu.org/git/groff.git
  cd groff
  git checkout 1.23.0.rc1
  ./bootstrap
  mkdir build
  cd build
  ../configure
  make -j <number of cores>
  sudo make install

Thanks to everyone that is willing to test this version.

If you find an issue please indicate which system you are running and
provide an example or test file so that we could try to reproduce the
bug.

Regards,

Bertrand Garrigues



reply via email to

[Prev in Thread] Current Thread [Next in Thread]