Hi Taco (et al.), 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? Hraban
On 8/7/2021 9:57 AM, Henning Hraban Ramm via ntg-context wrote:
Hi Taco (et al.),
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? looks like there are packages for linux but I don't know about osx (maybe mojca has is or can make it with one of these these port-to-osx kits)
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
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
Am 07.08.2021 um 15:02 schrieb Michal Vlasák
: 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".
But apparently I need a libmujs.so – how do I make this?
Try `make shared` to make a shared library (.so file).
Thank you, that works! Hraban
participants (3)
-
Hans Hagen
-
Henning Hraban Ramm
-
Michal Vlasák