mailing-list for TeXmacs Users

Text archives Help


Re: Mogan Editor v1.1.1: A faster GNU TeXmacs using the KDE Breeze Icons


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: Mogan Editor v1.1.1: A faster GNU TeXmacs using the KDE Breeze Icons
  • Date: Sat, 14 Jan 2023 19:58:13 +0000


On 14.01.23 11:06, Nicolas Ratier wrote:

There don't seem to be instructions for compiling/installing on Ubuntu.
How is that done?

TeXmacs depends on a Guile, so we need to build guile first. For this enter the following commands.

wget https://ftp.gnu.org/gnu/guile/guile-1.8.8.tar.gz
tar xzf guile-1.8.8.tar.gz
cd guile-1.8.8
./configure --disable-error-on-warning
make -j 12


The compilation of Guile stops on my computer with

../scripts/snarf-check-and-output-texi          > guile-procedures.texi || { rm guile-procedures.texi; false; }
../scripts/snarf-check-and-output-texi: 4: exec: /home/giovanni/Software/Other: not found




Archive powered by MHonArc 2.6.24.

Top of page