Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8456 maxcodehac 1
MuJS: an embeddable Javascript interpreter in C.
2
 
3
ABOUT
4
 
5
MuJS is a lightweight Javascript interpreter designed for embedding in
6
other software to extend them with scripting capabilities.
7
 
8
LICENSE
9
 
10
MuJS is Copyright 2013-2017 Artifex Software, Inc.
11
 
12
Permission to use, copy, modify, and/or distribute this software for any
13
purpose with or without fee is hereby granted, provided that the above
14
copyright notice and this permission notice appear in all copies.
15
 
16
The software is provided "as is" and the author disclaims all warranties with
17
regard to this software including all implied warranties of merchantability
18
and fitness. In no event shall the author be liable for any special, direct,
19
indirect, or consequential damages or any damages whatsoever resulting from
20
loss of use, data or profits, whether in an action of contract, negligence
21
or other tortious action, arising out of or in connection with the use or
22
performance of this software.
23
 
24
COMPILING
25
 
26
If you are building from source you can either use the provided Unix Makefile:
27
 
28
	make release
29
 
30
Or compile the source with your preferred compiler:
31
 
32
	cc -O2 -c one.c -o libmujs.o
33
 
34
INSTALLING
35
 
36
To install the MuJS command line interpreter, static library and header file:
37
 
38
	make prefix=/usr/local install
39
 
40
DOWNLOAD
41
 
42
The latest development source is available directly from the git repository:
43
 
44
	git clone http://git.ghostscript.com/mujs.git
45
 
46
REPORTING BUGS AND PROBLEMS
47
 
48
Report bugs on the ghostscript bugzilla, with MuJS as the selected component.
49
 
50
	http://bugs.ghostscript.com/
51
 
52
The MuJS developers hang out on IRC in the #mupdf channel on irc.freenode.net.