<div dir="ltr"><div>luametatex doesn't seem available on cygwin unfortunately. (I tried compiling it but most of the #ifdef guards in luatex have gone:( <br></div><div><br></div><div>That's not really a texlive issue, but texlive has installed dangling symbolic  links:</div><div><br></div><div>$ file  /usr/local/texlive/2023/bin/x86_64-cygwin/context<br>/usr/local/texlive/2023/bin/x86_64-cygwin/context: broken symbolic link to ../../texmf-dist/scripts/context/stubs/unix/context<br></div><div><br></div><div>They don't do any harm but are a bit confusing if looking for context.</div><div><br></div><div>David</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 20 Mar 2023 at 21:17, Karl Berry <<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ken,<br>
<br>
    Looking at what I've now installed from a source build of TL2023 I<br>
    see that I lack a context program.<br>
<br>
Indeed, luametatex is not included in the TL source tree.<br>
You have to build it from its own sources (it uses cmake):<br>
<a href="https://github.com/contextgarden/luametatex/" rel="noreferrer" target="_blank">https://github.com/contextgarden/luametatex/</a><br>
<br>
Those sources are also included in the TL release in<br>
source/luametatex-230310.tar.xz but afaik there is no reason not to<br>
build the latest sources from development.<br>
<br>
Also, "context" and "mtxrun" are symlinks to luametatex. The regular TL<br>
build does not create those either.<br>
<br>
$ pwd<br>
/usr/local/texlive/2023/bin/x86_64-linux<br>
$ ls -l |fgrep luam<br>
lrwxrwxrwx 1 karl root       10 Feb 26 16:01 context -> luametatex<br>
-r-xr-xr-x 1 karl root  3102544 Mar 11 21:39 luametatex<br>
lrwxrwxrwx 1 karl root       10 Feb 26 16:01 mtxrun -> luametatex<br>
<br>
Or, forget about including ConTeXt in your TL, and treat it as an<br>
entirely separate package that is installed from the upstream ConTeXt<br>
site. <a href="https://wiki.contextgarden.net/Installation" rel="noreferrer" target="_blank">https://wiki.contextgarden.net/Installation</a><br>
<br>
Best,<br>
Karl<br>
</blockquote></div>