File: INSTALL

package info (click to toggle)
camlbz2 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 372 kB
  • ctags: 93
  • sloc: ansic: 292; sh: 189; makefile: 120; ml: 57
file content (20 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

INSTALLING
==========

* `./configure`
* `make all` builds the bytecode and native-code libraries (where
  available), and the stub code
* `make install` (or `make install DESTDIR=/shome/where/else`)

Options:

* for configure : 
  CPPFLAGS="-I <location of zlib header>"
  LIBS="-L <location of zlib library>"

Requirements:

- OCaml >= 3.10
- Findlib