Changes between Version 6 and Version 7 of SVNrepository
- Timestamp:
- May 4, 2009, 9:44:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SVNrepository
v6 v7 11 11 }}} 12 12 13 Go into the SystemCASS sources directory:13 Go into the SystemCASS directory and configure : 14 14 15 15 {{{ 16 cd sources/src 16 cd sources/ 17 bootstrap 18 mkdir objdir 19 cd objdir 20 ../configure 17 21 }}} 18 22 … … 25 29 }}} 26 30 27 Build the simulator :31 Build the simulator & the documentation : 28 32 {{{ 29 make all33 make install 30 34 }}} 31 35 32 Build the documentation : 33 {{{ 34 make docs 35 }}} 36 37 SystemCASS is now working. There is a debug library (libsystemc-d.a) and an optimized one (libsystemc.a). 36 SystemCASS is now working. 38 37 39 38 Some users would like to work on SystemCASS library. There is some regression test to help (useless for users, useful for developpers) :