File: INSTALL

package info (click to toggle)
hmake 3.12-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 672 kB
  • ctags: 72
  • sloc: haskell: 3,406; sh: 1,235; makefile: 417; ansic: 19
file content (29 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (4)
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
The short version is:

  $ ./configure   [ --prefix=/my/installation ]
  $ make
  $ make install

which builds the hmake compilation-tool and places it in /usr/local,
[or in /my/installation if you used the --prefix= option].
If you want slightly more control, try

  $ make help

which will give you a list of other build targets.  During
configuration, we try to detect all your existing installed Haskell
compilers, tell hmake where they live, and choose one with which to
build hmake.  You can override the chosen build-compiler and many
other configuration settings from the commandline.

  $ configure  --help

gives a summary of all your configuration options.


Note: if you have a binary distribution of hmake, then you simply omit
the build step:

  $ ./configure   [ --prefix=/my/installation ]
  $ make install