]> Creatis software - bbtk.git/commitdiff
Updates
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 24 Nov 2008 11:31:23 +0000 (11:31 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 24 Nov 2008 11:31:23 +0000 (11:31 +0000)
kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex

index 4115b3341909cc73034fd2ab044591bd2c39a0d3..e02113bd90de836c93fa1e3cfcfcfba347471622 100644 (file)
@@ -1933,6 +1933,45 @@ sub-windows inputs.
 \section{Using third party Package}
 \label{Third_Party_Package}
 % ==========================================
+% ==========================================
+\subsection{Installing a Package}
+\label{Installing_a_Package}
+
+% ==========================================
+\subsubsection{Linux users}
+\label{Installing_a_Package_for_Linux_users}
+
+After compiling a Package, at install time, think of using :
+\begin {verbatim}
+su - 
+make install
+\end{verbatim}
+
+and neither :
+\begin {verbatim}
+su 
+make install
+\end{verbatim}
+
+nor :
+\begin {verbatim}
+sudo make install
+\end{verbatim}
+
+otherwise package documentation will not be generated. \\
+
+Think of updating your environment variable LD\_LIBRARY\_PATH (in .bashrc in
+you're using bash), to add the path to the shared library
+libbb\emph{YourNewPackageName}.so
+
+
+% ==========================================
+\subsubsection{Windows users}
+\label{Installing_a_Package_for_Windows_users}
+% ==========================================
+Think of updating your environment variable LD\_LIBRARY\_PATH to add the path to the dynamic library
+bb\emph{YourNewPackageName}.dll
+
 % ==========================================
 \subsection{Plugging in a Package}
 \label{Plugging_in_a_Package}
@@ -1987,8 +2026,7 @@ The only thing you have to do is to \texttt{include} or \texttt{load} the packag
 within a script, or from the \texttt{Command} part, 
 and enjoy the black boxes it contains.
 
-% ==========================================
-%\subsection{Packages you'll probably want to use }
+% ==========================================%\subsection{Packages you'll probably want to use }
 %\label{Packages_you_ll_want_to_use}
 % ==========================================
 %\begin {itemize}