Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- Mar 9, 2007, 5:18:37 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 2 2 3 3 4 4 Check-out a copy of the SoCView simulator 5 5 6 6 {{{ … … 8 8 }}} 9 9 10 Go into the directory 10 11 {{{ 11 12 cd socview-2.1 12 13 }}} 13 14 15 Create the configuration script 14 16 {{{ 15 17 aclocal-1.6 … … 18 20 }}} 19 21 22 Specify the g++ for the compilation 20 23 {{{ 21 24 export CXX=g++ 22 25 }}} 23 26 27 Create a temporary compilation directory 24 28 {{{ 25 29 mkdir objdir … … 28 32 }}} 29 33 34 Build the simulator 30 35 {{{ 31 36 gmake