File: README

package info (click to toggle)
ocaml-shout 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 584 kB
  • ctags: 254
  • sloc: ansic: 410; ml: 206; makefile: 129; sh: 4
file content (48 lines) | stat: -rw-r--r-- 1,362 bytes parent folder | download | duplicates (4)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
OCaml-shout - OCaml bindings for the libshout 2
===============================================

Author: Samuel Mimram <samuel.mimram@ens-lyon.org>
Email: savonet-users@lists.sourceforge.net
Homepage: http://savonet.sourceforge.net/

Copyright (c) 2003-2006 the Savonet Team.

Dependencies
============
To build this library you need to have OCaml 3.07 and the libshout 2.

Installation
============
To compile the program type:

./configure
make

You can set specific build options with the configure script, see:

./configure --help

Then, to install it, type as root:

make install

License
=======
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.



The version of this README is:
$Id: README 2595 2006-07-07 08:18:42Z dbaelde $