![]() |
Installing TeXmacs under |
![]() |
There are basically two methods to get TeXmacs working under
You may use TeXmacs on a Windows platform via
The last version of
It is probably simplest to perform a complete installation. For each non selected package, you may select it by click on Default so that it becomes Install. However, you should not install the ghostscript package (you should install ghostscript-base and ghostscript-x11), by selecting Skip for this package.
If, for some reason, you do not want to perform a complete
installation, then you should make sure that you install at least
the following packages: gcc, make,
tetex, tetex-devel, texmf,
XFree86-base, XFree86-prog,
ghostscript-x11 and all
In order to test your installation, you may
Download the latest version (3.8 Mb) of the source code, or the latest stable version (3.8 Mb). You may for instance save the distribution in C:\tmp. The name of the file with the distribution is of the form TeXmacs-[source version]-src.tar.gz, where [source version] is the corresponding version. If you do not have ftp access, then you might wish to download from the web.
Launch an Xterm as explained at the end of step 1 and, assuming that you saved the TeXmacs distribution in C:\tmp, type the following commands in your Xterm:
cd c:/tmp
tar -zxvf TeXmacs-[source version]-src.tar.gz
cd TeXmacs-[source version]-src
./configure
make
make install
You should now be able to run TeXmacs using
texmacs &
If you want TeXmacs to correctly display images of most of the standard formats, then you should install the netpbm library:
Download the file netpbm-9.12-1-cygwin.tar.bz2 from
http://netpbm.sourceforge.net
and save it into C:\Cygwin-installation.
In your Xterm, type
cd c:/cygwin
tar -jxvf /cygdrive/c/Cygwin-installation/netpbm-9.12-1-cygwin.tar.bz2
If you want to use TeXmacs for browsing the web, then don't forget to put the following lines in your personal $HOME/.bash_profile:
export http_proxy=http://proxy:port
export ftp_proxy=http://proxy:port
where proxy is the name of your proxy and port the corresponding port.
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