Changes between Version 14 and Version 15 of InstallationGuide

Show
Ignore:
Timestamp:
10/09/07 10:21:34 (6 years ago)
Author:
balister
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v14 v15  
    1010  1. You have access to the OSSIE subversion repository, if not, see below. 
    1111  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. 
    1213 
    1314 -Other configurations/methods are possible, but this is the most common used by the OSSIE Team. 
     
    1920=== Download omniORB === 
    2021 
    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 unzip it wherever you like. 
     22Grab version 4.1 of omniORB from [http://omniorb.sourceforge.net/download.html omniORB's site] an unpack it wherever you like. 
    2223 
    2324=== Configure, Compile and Install === 
     
    2526{{{ 
    2627$ 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 
    3231}}} 
    3332