Changeset 9441

Show
Ignore:
Timestamp:
07/10/09 02:02:36 (4 years ago)
Author:
shereef
Message:

made appropriate changes to installation guide regarding fedora core 10

Location:
documentation/ossie/user-guide-0.7.4
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • documentation/ossie/user-guide-0.7.4/Installation.tex

    r9437 r9441  
    9696\subsubsection{Installing Dependencies on Fedora} 
    9797\label{section:installation:source:dependencies:fedora} 
    98 % On Fedora systems, the dependencies can be installed via {\tt yum}.  
     98 On Fedora systems, the dependencies can be installed via {\tt yum}.  
    9999%  
    100100% First, add the OSSIE yum repository to your yum.conf.  This is described in 
    101101% Section~\ref{section:installation:yum:ossierepo} 
    102102%  
    103 % Now, install the dependencies.  This is the entire dependency list, so some of these packages may already be installed. 
    104 % \begin{lstlisting}[] 
    105 % # yum -y install xerces-c xerces-c-devel omniORB omniORBpy \ 
    106 % wxPython wxPython-devel numpy rpm-build cabextract glibc-devel \ 
    107 % python-devel openssl-devel gcc gcc-c++ libtool \ 
    108 % boost-1.33.1 boost-devel-1.33.1 
    109 % \end{lstlisting} 
     103This is the entire dependency list, so some of these packages may already be installed. 
     104\begin{lstlisting}[] 
     105# yum -y install xerces-c xerces-c-devel omniORB omniORBpy \ 
     106wxPython wxPython-devel numpy rpm-build cabextract glibc-devel \ 
     107python-devel openssl-devel gcc gcc-c++ libtool \ 
     108boost-1.33.1 boost-devel-1.33.1 
     109\end{lstlisting} 
     110 
     111If you are using Fedora Core 10, you will need to download the RPM for the SDL library in order to user the JPEGVideoViewer component. 
     112\begin{lstlisting}[] 
     113$ wget http://www.libsdl.org/release/SDL-devel-1.2.13-1.i386.rpm 
     114$ rpm -Ui SDL-devel-1.2.13-1.i386.rpm 
     115\end{lstlisting} 
    110116%  
    111117% Now move onto Section~\ref{section:installation:source:dependencies:gnuradio} 
  • documentation/ossie/user-guide-0.7.4/UserGuide.tex

    r9437 r9441  
    114114\vfill 
    115115 
    116 May, 2009 
     116July, 2009 
    117117 
    118118