1. Change to the top level directory (systemc-2.2.0)
2. Create a temporary directory, e.g.,
mkdir objdir
3. Change to the temporary directory, e.g.,
cd objdir
4. Configure the package for your system, e.g., ( usr/local/systemc-2.2.0 )
../configure --prefix=/usr/local/systemc-2.2.0
Note: make sure you have created the target directory before installing the package.Do _not_ use /usr/local as a prefix.5. Compile the package.
For an optimized SystemC library, enter:
gmake
6. Install the package.
gmake install
7. At this point you may wish to verify the installation by testing the example suite.
gmake check
this will compile and run the examples in the subdirectory examples.