Changeset 8255
- Timestamp:
- 09/02/08 14:10:21 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
documentation/ossie/user-guide-0.7.0/Installation.tex
r8190 r8255 195 195 If you would rather use the script, follow the steps below. 196 196 197 \subsubsection{Using {\tt build.py}}197 \subsubsection{Using Installation Scripts} 198 198 \label{section:installation:source:ossiecf:buildpy} 199 The included {\tt build.py} script automates the building and installation of 200 the OSSIE packages. 201 Because OSSIE is built as a set of dependent libraries it is199 200 The included {\tt build.py} and {\tt setup.py} scripts automate the building and installation of 201 the OSSIE packages. Because OSSIE is built as a set of dependent libraries it is 202 202 necessary to build and install each one separately so that 203 they can link properly. Th is script takescare of that for you.203 they can link properly. These scripts take care of that for you. 204 204 205 205 In order for the script to run uninterrupted, the {\tt sudo} command must be … … 231 231 where {\tt username} is your user name. 232 232 233 To run the installation script, navigate to the {\tt ossie-0.7.0} directory and 234 run {\tt build.py}: 235 \begin{lstlisting}[] 236 $ cd ossie-0.7.0/ 233 The {\tt setup.py} script installs the tools used for component and waveform development. To install the tools, move into the {\tt tools} directory and run the {\tt setup.py} script as root: 234 235 \begin{lstlisting}[] 236 $ cd tools 237 # python setup.py install 238 \end{lstlisting} 239 240 The {\tt build.py} script installs the core framework, components, devices and a few demonstration waveforms. This script should not be run as root. To install first exit out of root, move into the directory where the OSSIE 0.7.0 tarball has been unpacked and run the script: 241 242 \begin{lstlisting}[] 243 # exit 244 $ cd /home/username/path_to_ossie/ 237 245 $ python build.py 238 246 \end{lstlisting} 247 239 248 Depending on the speed of your system this might take several minutes. You may 240 249 be asked for a password during the first {\tt make install} command. Because we