Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] Re: [Texmacs-dev] compiling under ubuntu 12.04

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] Re: [Texmacs-dev] compiling under ubuntu 12.04


Chronological Thread 
  • From: Sam Liddicott <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Re: [Texmacs-dev] compiling under ubuntu 12.04
  • Date: Mon, 21 May 2012 13:33:15 +0100



On Mon, May 21, 2012 at 1:21 PM, henrigirard <address@hidden> wrote:

You should try :
sudo apt-get build-dep texmacs
./configure --prefix=/usr
make -j (x)
sudo make install


Please don't do this.

Installing not-package files into /usr can cause you call kinds of hell

Files in /usr all belong to a package and can be removed by removing the package and updated by updating the package.

if you want to "make install" it should be in /opt or /usr/local

I run debian/ubuntu/mint and I don't need to install texmacs to run it. I can run it from my own personal build-directory

Here's the wrapper script I use:

#! /bin/bash

TEXMACS_PROJECT=$HOME/Projects.nsw/texmacs/texmacs-gitsvn
export TEXMACS_PATH=$TEXMACS_PROJECT/src/TeXmacs
export TEXMACS_DOC_PATH=$TEXMACS_PROJECT/doc

exec $TEXMACS_PATH/bin/texmacs -g 1680x990 "$@"






Archive powered by MHonArc 2.6.19.

Top of Page