1 |
jfenwick |
2287 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
2 |
|
|
% |
3 |
jfenwick |
2881 |
% Copyright (c) 2003-2010 by University of Queensland |
4 |
jfenwick |
2287 |
% Earth Systems Science Computational Center (ESSCC) |
5 |
|
|
% http://www.uq.edu.au/esscc |
6 |
|
|
% |
7 |
|
|
% Primary Business: Queensland, Australia |
8 |
|
|
% Licensed under the Open Software License version 3.0 |
9 |
|
|
% http://www.opensource.org/licenses/osl-3.0.php |
10 |
|
|
% |
11 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
12 |
|
|
|
13 |
jfenwick |
3322 |
\documentclass{esysdoc} |
14 |
jfenwick |
2287 |
|
15 |
|
|
\input{install_defs} |
16 |
|
|
|
17 |
jfenwick |
2290 |
\title{Installation guide for Escript and Finley} |
18 |
|
|
|
19 |
jfenwick |
2287 |
\author{Escript development team} |
20 |
|
|
\authoraddress{ |
21 |
|
|
Earth Systems Science Computational Centre (ESSCC) \\ |
22 |
|
|
The University of Queensland \\ |
23 |
|
|
Brisbane, Australia \\ |
24 |
|
|
Email: \email{esys@esscc.uq.edu.au} |
25 |
|
|
} |
26 |
|
|
\date{\today} |
27 |
jfenwick |
3322 |
% \release{Revision: \RepVersion} |
28 |
|
|
% \setreleaseinfo{development version} |
29 |
|
|
% \setshortversion{\RepVersion} |
30 |
jfenwick |
2287 |
|
31 |
jfenwick |
3322 |
\ifpdf |
32 |
|
|
\pdfinfo { |
33 |
|
|
/Author (Escript development team) |
34 |
|
|
/Title (escript install guide) |
35 |
|
|
/Keywords (escript, PDEs) |
36 |
|
|
} |
37 |
|
|
\fi |
38 |
|
|
|
39 |
jfenwick |
2287 |
\makeindex |
40 |
|
|
\begin{document} |
41 |
|
|
|
42 |
|
|
\maketitle |
43 |
jfenwick |
3322 |
\etableofcontents |
44 |
jfenwick |
2287 |
|
45 |
|
|
\include{intro} |
46 |
jfenwick |
2333 |
\include{bincommon} % material common to all binary installs |
47 |
jfenwick |
2287 |
\include{binmac} |
48 |
jfenwick |
2780 |
\include{binwin} |
49 |
jfenwick |
2529 |
\chapter{Building escript from source} |
50 |
|
|
\label{chap:essrc} |
51 |
jfenwick |
2287 |
\input{srcommon} % material common to all source installs |
52 |
jfenwick |
2529 |
\include{allsrccommon} |
53 |
jfenwick |
2287 |
\end{document} |