Verzeichnis macros/context/base/bin
README.md
ConTeXt Binaries on CTAN
Successfully installing these binaries for use with ConTeXt requires many steps; users are strongly urged to use their TeX distribution's package manager instead of using these files directly. See INSTALLING.md for further discussion.
Binary Structure
For a working ConTeXt installation, all of the following requirements must be met.
- The binary appropriate for your platform must be named
luametatex, and must be in your$PATH.
- Files named
contextandmtxrunmust be present in the same directory as theluametatexbinary discussed above. These files may be either symbolic links pointing toluametatex(recommended), or bitwise-identical copies.
- Files named
context.luaandmtxrun.luamust be present in the same directory as thecontextandmtxrunbinaries. These files may be either symbolic links pointing to the correct scripts located in$TEXMFDIST/scripts/context/lua/(recommended), or may be bitwise-identical copies of these files.
Step 3 is the most important step, and cannot be circumvented—there is no way to run ConTeXt without the (non-executable) scripts being present directly beside the corresponding binaries.