~ubuntu-branches/ubuntu/trusty/sexplib310/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-12-03 21:36:45 UTC
  • mfrom: (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131203213645-h1if1c6hxual8p11
Tags: 109.20.00-2
* Team upload
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* OASIS_START *)
2
 
(* DO NOT EDIT (digest: b4b9b34e94dfc4c6914f87aae494ed32) *)
3
 
This is the INSTALL file for the sexplib distribution.
4
 
 
5
 
This package uses OASIS to generate its build system. See section OASIS for
6
 
full information. 
7
 
 
8
 
Dependencies
9
 
============
10
 
 
11
 
In order to compile this package, you will need:
12
 
* ocaml (>= 3.12) for all, test conv, test sexp, doc sexplib
13
 
* findlib
14
 
* type_conv (>= 3.0.5) for library pa_sexp_conv
15
 
 
16
 
Installing
17
 
==========
18
 
 
19
 
1. Uncompress the source archive and go to the root of the package
20
 
2. Run 'ocaml setup.ml -configure'
21
 
3. Run 'ocaml setup.ml -build'
22
 
4. Run 'ocaml setup.ml -install'
23
 
 
24
 
Uninstalling
25
 
============
26
 
 
27
 
1. Go to the root of the package 
28
 
2. Run 'ocaml setup.ml -uninstall'
29
 
 
30
 
OASIS
31
 
=====
32
 
 
33
 
OASIS is a program that generates a setup.ml file using a simple '_oasis'
34
 
configuration file. The generated setup only depends on the standard OCaml
35
 
installation: no additional library is required.
36
 
 
37
 
(* OASIS_STOP *)