summaryrefslogtreecommitdiffstats
path: root/README.en
blob: a1e88d9d82ef318eabc1eea34e5e6eea0960a87e (plain)
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 Mmap class implement memory-mapped file objects 

 * Installation

    ruby extconf.rb
    make
    make install

 * Documentation

    make rd2
    make rdoc

    See mmap.rd, mmap.html

 * Tests : if you have rubyunit

   make test
 
 * Copying

  This extension module is copyrighted free software by Guy Decoux

 You can redistribute it and/or modify it under the same term as
 Ruby.


Guy Decoux <ts@moulon.inra.fr>