11 |
% |
% |
12 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
13 |
|
|
14 |
\section{MacOSX binary installation} |
\section{\macosx binary installation} |
15 |
\label{sec:binmac} |
\label{sec:binmac} |
16 |
|
|
17 |
\esfinley can be installed as a stand-alone bundle, containing all the required tools. |
\esfinley can be installed as a stand-alone bundle, containing all the required tools. |
18 |
|
|
19 |
Please note, the current packages do not support \openmp\footnote{This is due to a bug related to gcc 4.3.2.} or \mpi\footnote{Producing packages for MPI requires knowing something about your computer's configuration.}. |
Please note, the current packages do not support \openmp\footnote{This is due to a bug related to gcc 4.3.2.} or \mpi\footnote{Producing packages for \mpi requires knowing something about your computer's configuration.}. |
20 |
If you need these features you may need to compile \esfinley from source (see Chapter~\ref{chap:src}.) |
If you need these features you may need to compile \esfinley from source (see Chapter~\ref{chap:allsrc}.) |
21 |
|
|
22 |
For more information on using the \filename{escript} command please see the User Guide. |
For more information on using the \filename{escript} command please see the User Guide. |
23 |
|
|
24 |
\subsection{Stand-alone bundle Mac OS X 10.5.6 (``Leopard'')} |
\subsection{Stand-alone bundle \macosx 10.5.6 (``Leopard'')} |
25 |
|
|
26 |
Download the bundle, double-click on it and copy \filename{stand} anywhere you want. |
Download the bundle, double-click on it and copy \filename{stand} anywhere you want. |
27 |
Then open a terminal\footnote{If you do not know how to open a terminal on Mac, then just type terminal in the spotlight (search tool on the top of the right corner) and once found just click on it.} and type |
Then open a terminal\footnote{If you do not know how to open a terminal on Mac, then just type terminal in the spotlight (search tool on the top of the right corner) and once found just click on it.} and type |
33 |
\begin{shellCode} |
\begin{shellCode} |
34 |
./install.sh |
./install.sh |
35 |
\end{shellCode} |
\end{shellCode} |
36 |
which will make some changes to your dynamic libraries to take into account your current location. Remember, you have to do this only once, when you just copied from our bundle. This procedure will not work if you decide to move your already working bundle into another folder. You have to copy it from our bundle again into your desired new location. |
which will make some changes to your dynamic libraries to take into account their current location. Remember, you have to do this only once, when you just copied from our bundle. This procedure will not work if you decide to move your already working bundle into another folder. You have to copy it from our bundle again into your desired new location. |
37 |
|
|
38 |
Test your installation by running: |
Test your installation by running: |
39 |
\begin{shellCode} |
\begin{shellCode} |