X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fdoc%2FbbtkUsersGuide%2FbbtkUsersGuide.tex;fp=kernel%2Fdoc%2FbbtkUsersGuide%2FbbtkUsersGuide.tex;h=e02113bd90de836c93fa1e3cfcfcfba347471622;hb=b524dfe24ac1c67590379bd1dd8451621d576cc6;hp=4115b3341909cc73034fd2ab044591bd2c39a0d3;hpb=886f5176d504772148701cf104015f586c3dd240;p=bbtk.git diff --git a/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex b/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex index 4115b33..e02113b 100644 --- a/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex +++ b/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex @@ -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}