File: INSTALL

package info (click to toggle)
mm 1.4.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,944 kB
  • ctags: 204
  • sloc: sh: 11,309; ansic: 1,484; makefile: 145
file content (22 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
   _        ___  ____ ____  ____
  |_|_ _   / _ \/ ___/ ___||  _ \   _ __ ___  _ __ ___
  _|_||_| | | | \___ \___ \| |_) | | '_ ` _ \| '_ ` _ \
 |_||_|_| | |_| |___) |__) |  __/  | | | | | | | | | | |
  |_|_|_|  \___/|____/____/|_|     |_| |_| |_|_| |_| |_|

  OSSP mm - Shared Memory Allocation

  INSTALL
  =======

  To install the MM library into /path/to/mm/{bin,lib,include,man}/ perform
  the following steps in your shell:

    $ ./configure --prefix=/path/to/mm
    $ make
    $ make test
    $ make install

  This installs at least a static variant of the MM library and when your
  platforms support it, also a shared library variant of the MM library.