ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ECMAscript
@ 2021-08-07  7:57 Henning Hraban Ramm via ntg-context
  2021-08-07  8:51 ` ECMAscript Hans Hagen via ntg-context
  2021-08-07 13:02 ` ECMAscript Michal Vlasák via ntg-context
  0 siblings, 2 replies; 4+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-08-07  7:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ECMAscript
  2021-08-07  7:57 ECMAscript Henning Hraban Ramm via ntg-context
@ 2021-08-07  8:51 ` Hans Hagen via ntg-context
  2021-08-07 13:02 ` ECMAscript Michal Vlasák via ntg-context
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen via ntg-context @ 2021-08-07  8:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ECMAscript
  2021-08-07  7:57 ECMAscript Henning Hraban Ramm via ntg-context
  2021-08-07  8:51 ` ECMAscript Hans Hagen via ntg-context
@ 2021-08-07 13:02 ` Michal Vlasák via ntg-context
  2021-08-07 15:45   ` ECMAscript Henning Hraban Ramm via ntg-context
  1 sibling, 1 reply; 4+ messages in thread
From: Michal Vlasák via ntg-context @ 2021-08-07 13:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: 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".
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ECMAscript
  2021-08-07 13:02 ` ECMAscript Michal Vlasák via ntg-context
@ 2021-08-07 15:45   ` Henning Hraban Ramm via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-08-07 15:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm



> Am 07.08.2021 um 15:02 schrieb Michal Vlasák <lahcim8@gmail.com>:
> 
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-07 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-07  7:57 ECMAscript Henning Hraban Ramm via ntg-context
2021-08-07  8:51 ` ECMAscript Hans Hagen via ntg-context
2021-08-07 13:02 ` ECMAscript Michal Vlasák via ntg-context
2021-08-07 15:45   ` ECMAscript Henning Hraban Ramm via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).