Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    fcf73b92
    Merge does not generate soc anymore ! · fcf73b92
    Erwan Jahier authored
    Also fix a bug in Lic2soc.make_e2a_elt where some deps and some
    actions were lost. Actually, this bug ought to be triggered only with
    nested calls. So this affects only programs executed via the
    -knc/-keep-nested-calls option. and -2c is not supposed to work in
    conjunction with -knc ! Hence this fix does not fix anything. But
    still it fixes potentially future code if I (or someone else) decide
    to handle nested calls in the lic one day.
    fcf73b92
    History
    Merge does not generate soc anymore !
    Erwan Jahier authored
    Also fix a bug in Lic2soc.make_e2a_elt where some deps and some
    actions were lost. Actually, this bug ought to be triggered only with
    nested calls. So this affects only programs executed via the
    -knc/-keep-nested-calls option. and -2c is not supposed to work in
    conjunction with -knc ! Hence this fix does not fix anything. But
    still it fixes potentially future code if I (or someone else) decide
    to handle nested calls in the lic one day.
INSTALL.txt 1.11 KiB
(* OASIS_START *)
(* DO NOT EDIT (digest: 6654b1d4c0725c67fd685887eb061fa7) *)

This is the INSTALL file for the lus2lic distribution.

This package uses OASIS to generate its build system. See section OASIS for
full information.

Dependencies
============

In order to compile this package, you will need:
                                                * ocaml
                                                * findlib
                                                * rdbg-plugin

Installing
==========

1. Uncompress the source archive and go to the root of the package
2. Run 'ocaml setup.ml -configure'
3. Run 'ocaml setup.ml -build'
4. Run 'ocaml setup.ml -install'

Uninstalling
============

1. Go to the root of the package
2. Run 'ocaml setup.ml -uninstall'

OASIS
=====

OASIS is a program that generates a setup.ml file using a simple '_oasis'
configuration file. The generated setup only depends on the standard OCaml
installation: no additional library is required.

(* OASIS_STOP *)

Installing alt
==============

As a shortcut for installing command above, one can also use good old:
make configure
make
make install