summaryrefslogtreecommitdiff
path: root/libcult/INSTALL
blob: 72c7a298f2af527431e7a9407f8a477efec20690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Prerequisites

  build-time:

    - build >= 0.3.2      http://www.codesynthesis.com/projects/build/
    - g++ >= 3.4.3        http://gcc.gnu.org


Building libcult

  To build in the source directory simply say `make'. You can also
  build in a separate directory, e.g.,

  $ mkdir libcult-i686-pc-linux-gnu
  $ cd libcult-i686-pc-linux-gnu
  $ make -f ../libcult-x.y.z/makefile


Installing libcult

  Not supported in this version.