| 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} |
| | 103 | 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} |
| | 110 | |
| | 111 | If 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} |