Installing SystemC
Installing To Your Local Computer
Download SystemC from http://www.systemc.org
Unzip SystemC files to a hard drive with "plenty" space. Preferably, unzip the files to the hard drive's directory (ex; C:\SystemC or E:\SystemC)
The SystemC distribution includes project and workspace
files for Visual C++. If you use these project and workspace files the SystemC
source files are available to your new project. For Visual C++ 6.0 the
project and workspace files are located in directory:
...\systemc-2.0.1b\msvc60 , where "..." is whatever parent directory you
saved SystemC to.
Click on the subdirectory: `systemc' which contains the
project and workspace files to compile the `systemc.lib' library. Double-click
on the `systemc.dsw' file to launch Visual C++ with the workspace file. The
workspace file will have the proper switches set to compile for Visual C++
6.0.
Select `Build systemc.lib' under the Build menu or press F7 to build `systemc.lib'.
Creating a new design