INSTALL.txt 884 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. (* OASIS_START *)
  2. (* DO NOT EDIT (digest: e7b8287f66afa5461baa99be98a80d6d) *)
  3. This is the INSTALL file for the OcLaunch distribution.
  4. This package uses OASIS to generate its build system. See section OASIS for
  5. full information.
  6. Dependencies
  7. ============
  8. In order to compile this package, you will need:
  9. * ocaml
  10. * findlib
  11. * core
  12. * yojson
  13. * atdgen
  14. * core_extended
  15. Installing
  16. ==========
  17. 1. Uncompress the source archive and go to the root of the package
  18. 2. Run 'ocaml setup.ml -configure'
  19. 3. Run 'ocaml setup.ml -build'
  20. 4. Run 'ocaml setup.ml -install'
  21. Uninstalling
  22. ============
  23. 1. Go to the root of the package
  24. 2. Run 'ocaml setup.ml -uninstall'
  25. OASIS
  26. =====
  27. OASIS is a program that generates a setup.ml file using a simple '_oasis'
  28. configuration file. The generated setup only depends on the standard OCaml
  29. installation: no additional library is required.
  30. (* OASIS_STOP *)