On this page, we explain how to compile TeXmacs from the source code
on
Before you install TeXmacs on your system, you have to make sure that you have the other programs on which TeXmacs depends, namely:
A cross-platform library for the development of user interfaces.
The GNU implementation of
A library for font rendering.
Some more software that you might wish to install for more
functionality and better performance are
Download the latest version of the source code, cd into the directory where you wish to compile TeXmacs and type
tar -zxvf TeXmacs-2.1.4-src.tar.gz
All files will be unpacked into the directory TeXmacs-2.1.4-src, which is the 'installation directory'.
Since TeXmacs-1.0.7.1, the development of TeXmacs is done using the Subversion (
svn co svn://svn.savannah.gnu.org/texmacs/trunk/src
Notice that you may also browse the current TeXmacs
sources on the web. The TeXmacs website and several other things are
also maintained through
In order to commit changes to the
TeXmacs supports the standard
./configure make make install
The first command examines your particular system configuration. The
second command launches the compilation. The last command installs
TeXmacs in /usr/local. Under
texmacs &
If this does not work you should make sure that /usr/local/bin is in your PATH. Depending on your shell, you can ensure this by typing
export PATH=/usr/local/bin:$PATH
or
setenv PATH /usr/local/bin:$PATH
If you cannot log yourself in as root, or if you want to install TeXmacs elsewhere than in /usr/local, then you should use
./configure --prefix=[target directory]
instead of ./configure. In this case, TeXmacs will be installed in [target directory] and you will have to set your PATH accordingly, as to contain [target directory]/bin.
The configuration method
./configure --disable-qt
allows you to build the historical X11 version of TeXmacs instead of
the
./configure \ 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‘"
For more build methods, please look at the
If you like the program, then please consider donating money or services to us. Of course, you may also contribute yourself. In case of problems, please subscribe to the texmacs-dev or texmacs-users mailing lists and ask your questions there. You may also directly contact us, but you might need to be more patient.