~ubuntu-branches/ubuntu/utopic/menhir/utopic

« back to all changes in this revision

Viewing changes to INSTALLATION

  • Committer: Package Import Robot
  • Author(s): Mehdi Dogguy
  • Date: 2014-03-24 22:38:20 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20140324223820-03dz1rpc02xp6z1m
Tags: 20130911.dfsg-1
* New upstream release.
* Add ocaml-findlib to Build-Depends.
* Use native/byte targets instead of $(OCAML_BEST)
* Adapt install steps to new build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
REQUIREMENTS
2
2
 
3
 
You need Objective Caml 3.09 or later and GNU make.
 
3
You need Objective Caml 3.09 or later, ocamlbuild, and GNU make.
4
4
 
5
5
HOW TO INSTALL
6
6
 
16
16
(ocamlopt), but does have the bytecode compiler (ocamlc), then instead
17
17
of the above command, use:
18
18
 
19
 
  make PREFIX=/usr/local TARGET=byte all install
 
19
  make PREFIX=/usr/local TARGET=byte install
20
20
 
21
21
The value of the PREFIX variable can be changed to control where
22
22
the software, the standard library, and the documentation should