Changes between Version 6 and Version 7 of SVNrepository


Ignore:
Timestamp:
May 4, 2009, 9:44:08 PM (15 years ago)
Author:
buchmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SVNrepository

    v6 v7  
    1111}}}
    1212
    13 Go into the SystemCASS sources directory :
     13Go into the SystemCASS directory and configure :
    1414
    1515{{{
    16 cd sources/src
     16cd sources/
     17bootstrap
     18mkdir objdir
     19cd objdir
     20../configure
    1721}}}
    1822
     
    2529}}}
    2630
    27 Build the simulator :
     31Build the simulator & the documentation :
    2832{{{
    29 make all
     33make install
    3034}}}
    3135
    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).
     36SystemCASS is now working.
    3837
    3938Some users would like to work on SystemCASS library. There is some regression test to help (useless for users, useful for developpers) :