README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 2014 Artifex Software, Inc.
  7. This program is free software: you can redistribute it and/or modify it under
  8. the terms of the GNU Affero General Public License as published by the Free
  9. Software Foundation, either version 3 of the License, or (at your option) any
  10. later version.
  11. This program is distributed in the hope that it will be useful, but WITHOUT ANY
  12. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. PARTICULAR PURPOSE. See the GNU General Public License for more details.
  14. You should have received a copy of the GNU Affero General Public License along
  15. with this program. If not, see <http://www.gnu.org/licenses/>.
  16. For commercial licensing please contact sales@artifex.com.
  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 -O3 -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 #ghostscript channel on
  32. irc.freenode.net.