~ubuntu-branches/ubuntu/lucid/bin-prot/lucid

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2008-05-09 15:24:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080509152437-7gils45p37xcs40c
Tags: upstream-1.0.5
ImportĀ upstreamĀ versionĀ 1.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---------------------------------------------------------------------------
 
2
 
 
3
                                  INSTALL
 
4
 
 
5
---------------------------------------------------------------------------
 
6
 
 
7
  1) If there is anything non-standard about your OCaml-installation,
 
8
     look at the default settings in "OCamlMakefile" and set them to
 
9
     the values that are valid on your system, you can do this also by
 
10
     setting environment variables. This is greatly simplified if you
 
11
     normally use "OCamlMakefile" and have already configured your shell
 
12
     environment in startup files appropriately.
 
13
 
 
14
     You will need Gerd Stolpmann's "findlib"-tool!
 
15
 
 
16
       http://www.ocaml-programming.de/programming/download-caml.html
 
17
 
 
18
  2) Don't forget: you will need GNU-make!
 
19
 
 
20
     Enter "make" in the top directory to compile the library.
 
21
 
 
22
  3) Enter "make install" to install the library.
 
23
 
 
24
---------------------------------------------------------------------------
 
25
 
 
26
                                 UNINSTALL
 
27
 
 
28
---------------------------------------------------------------------------
 
29
 
 
30
  1) Easy: just enter "make uninstall". This will remove all files
 
31
     installed by "make install".
 
32
 
 
33
---------------------------------------------------------------------------
 
34
 
 
35
Enjoy!
 
36
 
 
37
New York, 2007-10-11
 
38
Markus Mottl
 
39
 
 
40
e-mail: markus.mottl@gmail.com
 
41
WWW:    http://www.ocaml.info