\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}
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}