README 1.6 KB

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