~ubuntu-branches/ubuntu/jaunty/menhir/jaunty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-07-11 12:26:18 UTC
  • Revision ID: james.westby@ubuntu.com-20060711122618-dea56bmjs3qlmsd8
Tags: upstream-20060615.dfsg
ImportĀ upstreamĀ versionĀ 20060615.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
REQUIREMENTS
 
2
 
 
3
You need ocaml 3.09 or later and GNU make.
 
4
 
 
5
HOW TO INSTALL
 
6
 
 
7
Run
 
8
 
 
9
  make PREFIX=/usr/local all install
 
10
 
 
11
The value of the PREFIX variable can be changed to control where
 
12
the software, the standard library, and the documentation should
 
13
be stored. These files are copied to the following places:
 
14
 
 
15
  $PREFIX/bin/
 
16
  $PREFIX/share/menhir/
 
17
  $PREFIX/doc/menhir/
 
18
 
 
19
Documentation includes a reference manual and a number of demos.
 
20