![]() |
Installing TeXmacs on GNU/ |
![]() |
Depending on your GNU/
If you are interested in packaging TeXmacs for a new GNU/
Download the most-recent or last stable
static binary distribution of GNU TeXmacs for standard Intel or AMD
based PC's under GNU/
In a shell session, cd into the directory where you wish to install TeXmacs and type
gunzip -c TeXmacs-[version]-[your system].tar.gz | tar xvf -
All files will be unpacked into the directory TeXmacs-[version]-[your system] (or TeXmacs-[version], for some older versions). Let [installation directory] be the full path of this directory.
Depending on your shell, either type
export TEXMACS_PATH=[installation directory]
export PATH=$TEXMACS_PATH/bin:$PATH
or
setenv TEXMACS_PATH [installation directory]
setenv PATH $TEXMACS_PATH/bin:$PATH
where [installation directory] is as in step 2. We recommend to put these lines in your personal startup script, such as .bash_profile.
You should now be able to run the program:
texmacs &
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.
This webpage is part of GNU TeXmacs and the larger GNU project. Verbatim copying and distribution of it is
permitted in any medium, provided this notice is preserved. For
more information or questions, please contact Joris van
der Hoeven.
Free Software Foundation, Inc., 59 Temple Place -
Suite 330, Boston, MA 02111, USA