1 |
|
2 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3 |
% |
4 |
% Copyright (c) 2003-2008 by University of Queensland |
5 |
% Earth Systems Science Computational Center (ESSCC) |
6 |
% http://www.uq.edu.au/esscc |
7 |
% |
8 |
% Primary Business: Queensland, Australia |
9 |
% Licensed under the Open Software License version 3.0 |
10 |
% http://www.opensource.org/licenses/osl-3.0.php |
11 |
% |
12 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
13 |
|
14 |
\documentclass{manual} |
15 |
|
16 |
\input{install_defs} |
17 |
|
18 |
\title{Installation guide for Escript and Finley} |
19 |
|
20 |
\author{Escript development team} |
21 |
\authoraddress{ |
22 |
Earth Systems Science Computational Centre (ESSCC) \\ |
23 |
The University of Queensland \\ |
24 |
Brisbane, Australia \\ |
25 |
Email: \email{esys@esscc.uq.edu.au} |
26 |
} |
27 |
\date{\today} |
28 |
\release{Revision: \RepVersion} |
29 |
\setreleaseinfo{2.0Beta} |
30 |
\setshortversion{\RepVersion} |
31 |
|
32 |
\makeindex |
33 |
\begin{document} |
34 |
|
35 |
\maketitle |
36 |
\tableofcontents |
37 |
|
38 |
\include{intro} |
39 |
\chapter{Binary releases} |
40 |
\input{bincommon} % material common to all binary installs |
41 |
\include{binlinux} |
42 |
\include{binmac} |
43 |
\include{binwin} |
44 |
\chapter{Source releases} |
45 |
\label{chap:src} |
46 |
\input{srcommon} % material common to all source installs |
47 |
\include{srclinux} |
48 |
\include{srcmac} |
49 |
|
50 |
\end{document} |