Changeset 8601
- Timestamp:
- 01/28/09 13:08:44 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
documentation/ossie/user-guide-0.7.2/UserGuide.tex
r8574 r8601 1 1 % ------------------------------------------------------------------ 2 2 % 3 % TITLE: OSSIE Installation and User Guide 0.7. 13 % TITLE: OSSIE Installation and User Guide 0.7.2 4 4 % AUTHORS: Matt Carrick, Drew Cormier, Christopher Covington, 5 5 % Carl B. Dietrich, Joseph Gaeddert, Benjamin Hilburn, … … 102 102 %@end{comment} 103 103 104 {\huge OSSIE 0.7. 1Installation and User Guide\\}104 {\huge OSSIE 0.7.2 Installation and User Guide\\} 105 105 106 106 %\vfill … … 112 112 \vfill 113 113 114 December, 2008 114 January, 2009 115 115 116 116 … … 273 273 created to point to the shared modules. 274 274 The default {\tt ossie.pth} file is located under \\ 275 {\tt ossie-0.7. 1/src/system/ossie/idl/python/} and is installed by default in \\275 {\tt ossie-0.7.2/src/system/ossie/idl/python/} and is installed by default in \\ 276 276 {\tt /usr/lib/pythonX.X/site-packages} when you install the ossie core 277 277 framework libraries. … … 282 282 system. 283 283 Now reinstall by running {\tt python setup.py install} as root within the \\ 284 {\tt ossie-0.7. 1/src/system/ossie/idl/python/} directory:285 \begin{lstlisting}[] 286 # cd ossie-0.7. 1/src/system/ossie/idl/python/284 {\tt ossie-0.7.2/src/system/ossie/idl/python/} directory: 285 \begin{lstlisting}[] 286 # cd ossie-0.7.2/src/system/ossie/idl/python/ 287 287 # python setup.py install 288 288 \end{lstlisting}