Index: /documentation/ossie/user-guide-0.8.2/Installation.tex
===================================================================
--- /documentation/ossie/user-guide-0.8.2/Installation.tex	(revision 10631)
+++ /documentation/ossie/user-guide-0.8.2/Installation.tex	(revision 10745)
@@ -159,5 +159,5 @@
 % Now move onto Section~\ref{section:installation:source:dependencies:gnuradio}
 % 
-\subsubsection{Installing Dependencies on Ubuntu}
+\subsubsection{Installing Dependencies on Ubuntu up to version 10.04}
 \label{section:installation:dependencies:ubuntu}
 
@@ -179,4 +179,21 @@
 \end{lstlisting}
 
+\subsubsection{Installing Dependencies on Ubuntu 10.10 and up}
+A few of the dependencies changed with Ubuntu 10.10, specifically omniidl4-python is now omniid-python, and python-omniorb2 is now python-omniorb. The updated dependency list is below.
+\begin{lstlisting}[]
+$ sudo aptitude install gcc build-essential
+$ sudo aptitude -y install omniorb4 libomniorb4-dev omniidl-python \
+omniorb4-nameserver python-omniorb libgtk2.0-dev freeglut3-dev \
+python-wxgtk2.8 python-wxversion python-wxtools python-numpy \
+python-numpy-ext python-numpy-dev python-profiler g++ automake \
+libtool subversion python-dev fftw3-dev libcppunit-dev libboost-dev sdcc \
+libusb-dev libasound2-dev libsdl1.2-dev guile-1.8 libqt3-mt-dev swig \
+python-profiler automake1.9 python2.6-dev sdcc-libraries guile-1.8-dev \
+libqt4-dev ccache python-opengl libgsl0-dev python-lxml \
+doxygen qt4-dev-tools libqwt5-qt4-dev libqwtplot3d-qt4-dev \
+libboost-filesystem-dev libboost-system-dev libboost-thread-dev \
+libboost-program-options-dev
+\end{lstlisting}
+
 
 \subsubsection{Configure omniORB}
@@ -394,7 +411,7 @@
 \\ and unpack {\tt ossie-\ossieversion.tar.gz}.
 \begin{lstlisting}[]
- $ wget http://ossie.wireless.vt.edu/download/tarballs/0.8.1/ \ 
-   ossie-0.8.1.tar.gz
- $ tar -xvf ossie-0.8.1.tar.gz
+ $ wget http://ossie.wireless.vt.edu/download/tarballs/0.8.2/ \ 
+   ossie-0.8.2.tar.gz
+ $ tar -xvf ossie-0.8.2.tar.gz
 \end{lstlisting}
 
@@ -412,5 +429,5 @@
 
 \begin{lstlisting}[]
- $ cd ossie-0.8.1
+ $ cd ossie-0.8.2
  $ ./configure --prefix=/sdr --libdir=/usr/local/lib/ \
    --includedir=/usr/local/include/ --with-boost --with-boost-filesystem
@@ -474,5 +491,5 @@
 %*********************************************************
 
-%  Complete installation of OSSIE 0.8.1 finished!
+%  Complete installation of OSSIE 0.8.2 finished!
 
 %*********************************************************
