~ubuntu-branches/ubuntu/jaunty/ocamlbricks/jaunty

« back to all changes in this revision

Viewing changes to debian/buildsystem/REQUIREMENTS

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall, Jonathan Roudiere, Sylvain Le Gall
  • Date: 2008-06-17 01:04:30 UTC
  • Revision ID: james.westby@ubuntu.com-20080617010430-0acrip736lwg9ziy
Tags: 0.50.1-1
[ Jonathan Roudiere ]
* Initial release (closes: Bug#477326) 
  First package of OCamlbricks, including documentation OCamldoc in HTML
  format and the build system use to build OCamlbricks like an example.

* Creation and adding *.mli (OCaml header files) in the package.

[ Sylvain Le Gall ]
* Final fix, review and upload 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file is part of XXXXXX
 
2
Copyright (C) 2008  Luca Saiu
 
3
 
 
4
This program is free software: you can redistribute it and/or modify
 
5
it under the terms of the GNU General Public License as published by
 
6
the Free Software Foundation, either version 2 of the License, or
 
7
(at your option) any later version.
 
8
 
 
9
This program is distributed in the hope that it will be useful,
 
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
GNU General Public License for more details.
 
13
 
 
14
You should have received a copy of the GNU General Public License
 
15
along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 
 
17
 
 
18
Requirements
 
19
============
 
20
 
 
21
You need several pieces of software to build and use this package; some
 
22
of them are only used at build time, while others are needed at runtime.
 
23
 
 
24
Please note that for build-time requirements it's essential to also have
 
25
the headers/mli files available: if you use the package system of your
 
26
distro, this translates into having installed also the "-dev" or "-devel"
 
27
packages.
 
28
 
 
29
 
 
30
Build-time requirements
 
31
=======================
 
32
GNU Make and OCamlBuild are required (as for all our OCaml projects). And
 
33
of course you need the OCaml compiler.
 
34
 
 
35
[To do: fill this...]
 
36
 
 
37
 
 
38
Runtime requirements
 
39
====================
 
40
[To do: fill this...]