Changes between Version 11 and Version 12 of CIREN_Install

Show
Ignore:
Timestamp:
06/11/08 10:30:45 (5 years ago)
Author:
trnewman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIREN_Install

    v11 v12  
    147147}}} 
    148148 
     149To run the installation script, navigate to the CIREN directory and run build.py: 
     150 
    149151{{{ 
    150  
    151 cd SigProc 
    152 ./reconf 
    153 make 
    154  
    155 cd ../SigProc 
    156 ./reconf 
    157 make 
    158  
    159 cd ../components 
    160  
    161 cd ../CIREN 
    162 ./reconf 
    163 make 
     152cd CIREN/ 
     153python build.py 
    164154}}} 
    165