[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] applications/PyHLA/doc PyHLA.tex
From: |
certi-cvs |
Subject: |
[certi-cvs] applications/PyHLA/doc PyHLA.tex |
Date: |
Fri, 03 Oct 2008 15:28:16 +0000 |
CVSROOT: /sources/certi
Module name: applications
Changes by: Petr Gotthard <gotthardp> 08/10/03 15:28:16
Modified files:
PyHLA/doc : PyHLA.tex
Log message:
Installation instructions modified to include the Windows installer.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/doc/PyHLA.tex?cvsroot=certi&r1=1.3&r2=1.4
Patches:
Index: PyHLA.tex
===================================================================
RCS file: /sources/certi/applications/PyHLA/doc/PyHLA.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- PyHLA.tex 26 Sep 2008 14:48:02 -0000 1.3
+++ PyHLA.tex 3 Oct 2008 15:28:16 -0000 1.4
@@ -69,7 +69,18 @@
\item Many plug-ins providing scientific calculations, or geodetic conversions.
\end{enumerate}
-\subsection{Build Instructions}
+\subsection{Installation Instructions}
+
+\paragraph{Windows}
+
+A binary installer is provided for the latest CERTI and Python release.
+
+The wizzard will guide you through the installation process. The \module{PyHLA}
+module should be installed into the Python \file{site-packages} directory.
+When prompted for a destination folder, you should enter something like
+\file{C:/Program Files/Python2.5/Lib/site-packages}.
+
+\paragraph{Linux}
The \module{PyHLA} module requires
\begin{itemize}
@@ -83,9 +94,20 @@
cvs -d:pserver:address@hidden:/sources/certi co applications/PyHLA
\end{verbatim}
-The source codes can be compiled and installed using
+To build the \module{PyHLA} module you must provide a path to the Python
+\file{site-packages} directory.
+
+If no \makevar{CMAKE_INSTALL_PREFIX} is provided, the path is determined
+automatically. The source codes can be compiled and installed using
+\begin{verbatim}
+cmake .
+make install
+\end{verbatim}
+
+Alternatively, you may provide the path to the \file{site-packages} directory
+in the \makevar{CMAKE_INSTALL_PREFIX} cmake variable.
\begin{verbatim}
-cmake . -DCMAKE_INSTALL_PREFIX=/usr/local
+cmake . -DCMAKE_INSTALL_PREFIX=/usr/lib/python2.5/site-packages
make install
\end{verbatim}
@@ -152,4 +174,4 @@
\end{document}
-% $Id: PyHLA.tex,v 1.3 2008/09/26 14:48:02 gotthardp Exp $
+% $Id: PyHLA.tex,v 1.4 2008/10/03 15:28:16 gotthardp Exp $
- [certi-cvs] applications/PyHLA/doc PyHLA.tex,
certi-cvs <=