mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Some notes on installing TeXmacs 1.0.20 on Ubuntu 13.10,


Chronological Thread 
  • From: Lukasz Stafiniak <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Some notes on installing TeXmacs 1.0.20 on Ubuntu 13.10,
  • Date: Wed, 20 Nov 2013 17:49:23 +0100

I had two versions of Guile installed. For some reason, the script below did not work for me:

> ./configure --enable-pdf-renderer \
GUILE_CFLAGS="‘pkg-config --static --cflags guile-1.8‘" \
GUILE_LDFLAGS="‘pkg-config --static --libs guile-1.8‘" \
GUILE_DATA_PATH="‘pkg-config --variable=datadir guile-1.8‘" \GUILE_VERSION="‘pkg-config --modversion guile-1.8‘"

Fortunately, this worked:

> sudo apt-get purge guile-2.0
> ./configure --enable-pdf-renderer

However, the generated pdf still does not seem to have hyperlinks :-(



Archive powered by MHonArc 2.6.19.

Top of page