diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/m-tx/mtx-install.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/m-tx/mtx-install.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/mtx-install.tex b/Master/texmf-dist/doc/generic/m-tx/mtx-install.tex index 7142b49a131..0a46fc1c724 100644 --- a/Master/texmf-dist/doc/generic/m-tx/mtx-install.tex +++ b/Master/texmf-dist/doc/generic/m-tx/mtx-install.tex @@ -5,7 +5,7 @@ \RequirePackage{hyperref} \usepackage{xcolor} \newcommand{\myurl}[1]{\textcolor{blue}{\underline{\textcolor{black}{\url{#1}}}}} -\newcommand{\mtxVersion}{0.62} +\newcommand{\mtxVersion}{0.63} \begin{document} \title{Installation of the CTAN M-Tx Distribution} \author{Bob Tennent\\ @@ -65,7 +65,7 @@ the one essential file that can't be installed in a TEXMF tree: the \texttt{prep On Windows systems, one can install \texttt{prepmx.exe} -in the \texttt{Windows/32bit} or \texttt{Windows/64bit} sub-directory; these are pre-compiled +in the \texttt{Windows32} or \texttt{Windows64} sub-directory; these are pre-compiled executables and should be copied to any folder on the PATH of executables. This might entail creating a suitable folder and adding that folder @@ -79,7 +79,7 @@ in the ``System Variables'' section, scroll down to ``path'', select it, click edit, and append the full path name you have selected for the new folder. Also install the batch script \verb|m-tx.bat| in a folder on the PATH. -On the MAC OS-X/Intel platform, one can install the \texttt{prepmx} binary +On the MAC OS-X platform, one can install the \texttt{prepmx} binary that is in the \texttt{OSX} sub-directory. Ensure that the file has the execute permission set: \begin{list}{}{}\item @@ -88,8 +88,8 @@ that is in the \subsection{Compilation from Source} -On any platform with basic GNU tools (\texttt{gcc}, \texttt{tar}, \texttt{gunzip}, \texttt{make}), -you should be able to build the \texttt{prepmx} executable as follows: +On any platform with basic GNU tools (\texttt{tar}, \texttt{gunzip}, \texttt{make}) +and \texttt{gcc} or \texttt{fpc}, you should be able to build the \texttt{prepmx} executable as follows: \begin{enumerate} \item Unpack the \texttt{mtx-\mtxVersion.tar.gz} archive: @@ -146,6 +146,6 @@ Support for users of MusiXTeX and related software may be obtained via the MusiXTeX mail list\footnote{% \myurl{http://tug.org/mailman/listinfo/tex-music}}. M-Tx may be freely copied, duplicated and used in conformance to the -GNU General Public License (Version 2, 1991, see included file \verb\gpl.txt\). +MIT License (see included file \verb\LICENSE\). \end{document} |