You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To answer my own question, and for any others having trouble building this, here's how I managed to build it:
wget http://ftp.gnu.org/gnu/texinfo/texinfo-5.1.tar.gz
tar -xvf texinfo-5.1.tar.gz
./configure (in whatever directory you unpacked texinfo into)
make
sudo make install
I am unable to build on Ubuntu disco as the module DebugCount.pm has disappeared in the version of texinfo that comes with Ubuntu 19.04.
Please let me know if this just a "me being a n00b issue". Don't really have a ton of experience building things like this from scratch.
The text was updated successfully, but these errors were encountered: