]> ruin.nu Git - hbs.git/blob - bs/docs/en/index.sgml
Initial revision
[hbs.git] / bs / docs / en / index.sgml
1
2 <!doctype linuxdoc system>
3 <article>
4 <title>The Bc Handbook
5 <author>Michael Andreen <tt>whale@linux.nu</tt>
6 <date>Version 0.1 , Sun May 27 22:13:58 CEST 2001
7 <abstract>
8 This Handbook describes Bc Version 0.1
9 </abstract>
10
11 <toc>
12
13 <sect>Introduction
14 <p>
15 <sect1>Changes
16 <p>
17
18 <sect>Installation
19 <p>
20 <sect1>How to obtain Bc 
21 <p>
22
23 <sect1>Requirements
24 <p>
25
26 <sect1>Compilation and installation
27 <p>
28
29 In order to compile and install Bc on your system, type the following in
30 the base directory of the Bc distribution:
31
32 <tscreen><verb>
33 % ./configure
34 % make
35 % make install
36 </verb></tscreen>
37
38 <p>
39 Since Bc uses <verb>autoconf</verb> you should have not trouble
40 compiling it.
41 Should you run into problems please report them to the the author at 
42 <htmlurl url="mailto:whale@linux.nu" name = "Michael Andreen">
43
44
45 <p>
46 <sect> Usage <p>
47 <sect1> General Usage
48 <p>
49 <sect> Another Section
50 <p>
51
52 <sect>Questions and Answers<p>
53
54 <sect>Copyright<p>
55
56 Bc Copyright 2001 Michael Andreen , whale@linux.nu
57
58
59 This program is free software; you can redistribute it and/or modify
60 it under the terms of the GNU General Public License as published by
61 the Free Software Foundation; either version 2 of the License, or
62 (at your option) any later version.
63
64 This program is distributed in the hope that it will be useful,
65 but WITHOUT ANY WARRANTY; without even the implied warranty of
66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
67 GNU General Public License for more details.
68
69 You should have received a copy of the GNU General Public License
70 along with this program; if not, write to the Free Software
71 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
72
73 <p>
74 </article>