mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] HowTo compile TeXmacs under Ubuntu


Chronological Thread 
  • From: "Adrian S." <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] HowTo compile TeXmacs under Ubuntu
  • Date: Wed, 27 Jun 2012 10:37:31 -0600
  • Authentication-results: spamcheck-ng1.citic74.net; dkim=pass (2048-bit key) header.i=@gmail.com; dkim-asp=none

Excelent!

Have you checked that when a file has extension .tm that TeXmacs is
selected to open it (i.e. if the Mime types are handled correctly) and
that the icon is properly displayed in the side bar of applications?


Thank you!
-Adrián.

On Wed, Jun 27, 2012 at 9:08 AM, François Poulain <address@hidden> wrote:
> Hi,
>
> I recently compiled TeXmacs on a (fresh) Ubuntu distribution. I took
> the opportunity to write a mini howto, I share it with you.
>
> Best regards.
> François
>
> = HowTo compile TeXmacs under Ubuntu =
>
> Tested on a fresh install.
>
> == Getting the sources ==
>
> You can get the latest version or stable version on
> http://www.texmacs.org/tmweb/download/sources.en.html (section 2) or
> get the current development version.
>
> If you want the latest version or stable version, copy the link on the
> above web page, then
> $ wget <link_to_source_archive>
> $ tar xvf TeXmacs-<version>-src.tar.gz
> $ cd TeXmacs-<version>-src
>
> Else, if you prefer the current development version, you have to
> install subversion, using
> $ sudo apt-get install subversion
> then, you can download the current SVN version of TeXmacs in read-only
> mode, using
> $ svn co svn://svn.savannah.gnu.org/texmacs/trunk/src
>
> == Getting the dependencies ==
>
> The default TeXmacs configuration depends on Guile and Qt4. To get
> them, just do
> $ sudo apt-get install libqt4-dev guile-1.8-dev
>
> You will also need a basic compiling environment, so
> $ sudo apt-get install build-essential
>
> Finally, you will need some TeX related tools for fonts building.
> $ sudo apt-get install texlive-latex-recommended
>
> Note: installing texlive-binaries should be sufficient, but there is an
> integration bug which makes mktexpk unable to find TeXmacs fonts. So we
> reinstall them via TeXlive.
>
> == Compiling and installing ==
>
> $ cd src
> $ ./configure && make && sudo make install
>
> Now, enjoy:
> $ texmacs
>
> See section 3 and 4 of
> http://www.texmacs.org/tmweb/download/sources.en.html for more details.
>
> --
> François Poulain <address@hidden>



Archive powered by MHonArc 2.6.19.

Top of page