7 Aug
2021
7 Aug
'21
1:02 p.m.
On Sat Aug 7, 2021 at 9:57 AM CEST, Henning Hraban Ramm via ntg-context wrote:
for running the ECMAscript part of the CG journal, I cloned the repo from https://github.com/ccxvii/mujs/ and executed "make release". I copied the resulting files to my TeX tree:
ll ~/lmtx/tex/texmf-osx-64/bin/lib/luametatex/mujs/ total 2832 -rw-r--r-- 1 hraban staff 517K 7 Aug 09:49 libmujs.o -rw-r--r-- 1 hraban staff 9,2K 7 Aug 09:49 main.o -rwxr-xr-x 1 hraban staff 413K 7 Aug 09:49 mujs* -rwxr-xr-x 1 hraban staff 408K 7 Aug 09:49 mujs-pp* -rw-r--r-- 1 hraban staff 2,9K 7 Aug 09:49 pp.o
But apparently I need a libmujs.so – how do I make this?
Try `make shared` to make a shared library (.so file). `make release` compiles the "shell" executable. Michal Vlasák