Changes

Jump to navigation Jump to search
9 bytes removed ,  11:56, 19 September 2021
m
change ~/bin/context to ~/context, fix some typos
The steps in this section show how to download and install ConTeXt for a 64-bit Linux system. Change the archive file download link as needed for your target platform. Open a new terminal then run the following commands:
# mkdir $HOME/bin/context# cd $HOME/bin/context
# wget http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip
# unzip context-linux-64.zip
* '''Tcsh'''/'''csh''': <code>echo 'set path = ($path ...instructions...)' >> ~/.cshrc</code>
For example, if ConTeXt was downloaded into `$HOME/bin/context` on a system running bash, then the following line would update the PATH environment variable:
<code>echo 'export PATH=$HOME/bin/context/tex/texmf-linux-64/bin:$PATH' >> ~/.bashrc</code>
== MacOS ==
= Further installation instructions =
 
* [[Installing ConTeXt LMTX on MacOS]]
* [[Modules#ConTeXt_LMTX|Installing Modules for ConTeXt LMTX]]
* The official page '''[http://www.pragma-ade.com/install.htm Installing CONTEXT ConTeXt LMTX ]''' is hosted by Pragma-AdeADE.* Pragma-Ade ADE also provides the '''[http://www.pragma-ade.com/download-1.htm CONTEXT MKIV ConTeXt MkIV distribution]''' (MKIV version MkIV is the predecessor of LMTX predecessor) for which there is are also [[ConTeXt_Standalone|detailed Installation installation instructions]].

Navigation menu