File: INSTALL

package info (click to toggle)
fort 0.4.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 76 kB
  • ctags: 65
  • sloc: ml: 330; makefile: 73; sh: 51
file content (35 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (2)
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
-------------------------------------------------------------------
Unix/Cygwin Installation
-------------------------------------------------------------------

1. Run the configure script.

The "configure" script accepts the following options:

-bindir <dir>
        Directory where binaries will be installed

-libdir <dir>
        Directory where libraries will be installed

-prefix <dir>
        Set bindir and libdir to
	<dir>/bin, <dir>/lib/ocaml respectively

2. make

3. make install

-------------------------------------------------------------------
Native Windows Installation
-------------------------------------------------------------------

1. Create a file Makefile.config containing the following variable definitions:

     BINDIR=<directory where binaries will be installed>
     LIBDIR=<directory where libraries will be installed>

2. nmake -f Makefile.win

3. nmake -f Makefile.win install