File: INSTALL

package info (click to toggle)
ocaml-gnuplot 0.8.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 440 kB
  • sloc: ml: 2,148; makefile: 185
file content (35 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0. Perquisites

   You will need

   * Ocaml (>= 3.07)
   * gnuplot (>= 4.0), unless you only want to use the "offline" feature
     (see the [init] function).

1. Configuration

   Review the variables in "Makefile.conf" to adapt them to your
   system.  Depending on the values you chose for PLATFORM, further
   configuration possibilities depending on your plartform are
   available at the beginning of "gnuplot_unix.ml",
   "gnuplot_win32.ml", or "gnuplot_macos.ml".

2. Compilation

   make byte    for the bytecode library
   make opt     for the native code library
   make         for both

3. Installation

  This step requires findlib
  (http://projects.camlcity.org/projects/findlib.html).

   make install        install the library.

4. Documentation

   make html           build the documentation in the html sudirectory

   The documentation is in the files "gnuplot.mli" and
   "gnuplot_common_export.mli".