Changes between Version 14 and Version 15 of InstallationGuide
- Timestamp:
- 10/09/07 10:21:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuide
v14 v15 10 10 1. You have access to the OSSIE subversion repository, if not, see below. 11 11 1. You are comfortable with building your own binaries from source. 12 1. You have setup the sudo command to work from your user account. 12 13 13 14 -Other configurations/methods are possible, but this is the most common used by the OSSIE Team. … … 19 20 === Download omniORB === 20 21 21 Grab version 4. 0.7 of omniORB (This is no longer the latest version but newer versions have not yet been tested) off of [http://omniorb.sourceforge.net/download.html omniORB's site] an unzipit wherever you like.22 Grab version 4.1 of omniORB from [http://omniorb.sourceforge.net/download.html omniORB's site] an unpack it wherever you like. 22 23 23 24 === Configure, Compile and Install === … … 25 26 {{{ 26 27 $ cd <omniORB-V.V.V> (referred to from here on as OMNIORB_TOP) 27 $ mkdir build 28 $ cd build 29 $ ../configure 30 $ make 31 $ su -c 'make install' 28 $ ./configure 29 $ make 30 $ sudo make install 32 31 }}} 33 32