Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 4e58d732867c55292e84e2d33fc9d841 > files > 7

libmm1-devel-1.1.3-9mdk.i586.rpm

   __  __ __  __ 
  |  \/  |  \/  |
  | |\/| | |\/| |
  | |  | | |  | |
  |_|  |_|_|  |_|

  MM - Shared Memory Library

  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.