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: marc lalaude-labayle <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Re: [Texmacs-dev] compiling under ubuntu 12.04
  • Date: Mon, 21 May 2012 14:39:00 +0200

I have one more question : when you export the texmacs path you lose access to the one installed via .deb. Could we put differnet names, for example texmacs_svn for the binary texmacs of svn version ?

I could add a permanent path and launch either the official package version, the binary version or the svn version.

Thanks a lot.

Marc

2012/5/21 Sam Liddicott <address@hidden>


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