~ubuntu-branches/ubuntu/trusty/mm/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Mark Brown
  • Date: 2004-06-05 14:21:20 UTC
  • Revision ID: james.westby@ubuntu.com-20040605142120-qwj17z6kec5dadrr
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
   _        ___  ____ ____  ____
 
2
  |_|_ _   / _ \/ ___/ ___||  _ \   _ __ ___  _ __ ___
 
3
  _|_||_| | | | \___ \___ \| |_) | | '_ ` _ \| '_ ` _ \
 
4
 |_||_|_| | |_| |___) |__) |  __/  | | | | | | | | | | |
 
5
  |_|_|_|  \___/|____/____/|_|     |_| |_| |_|_| |_| |_|
 
6
 
 
7
  OSSP mm - Shared Memory Allocation
 
8
 
 
9
  INSTALL
 
10
  =======
 
11
 
 
12
  To install the MM library into /path/to/mm/{bin,lib,include,man}/ perform
 
13
  the following steps in your shell:
 
14
 
 
15
    $ ./configure --prefix=/path/to/mm
 
16
    $ make
 
17
    $ make test
 
18
    $ make install
 
19
 
 
20
  This installs at least a static variant of the MM library and when your
 
21
  platforms support it, also a shared library variant of the MM library.
 
22