Installing SystemPerl¶
Installation with CPAN¶
If you're using a recent version of Perl, just:
cpan install SystemC::Netlist
Download¶
Alternatively, download from CPAN/wsnyder. Then
tar xvzf SystemPerl*.t*gz cd SystemPerl-* perl Makefile.PL make make test make install
And see the kit's README.
Repository¶
Alternatively, you can get the entire development repository with:
git clone http://git.veripool.org/git/SystemPerl # Only first time
cd SystemPerl
git pull # Make sure we're up-to-date
git tag # See what versions exist (recent GITs only)
# Skip next line if wish to use HEAD development version
#git checkout SystemPerl_{version} # Switch to specified version
perl Makefile.PL
# Ignore warning about README, this file will be generated
make
make test
make install
Prerequisites¶
SystemPerl should run on any operating system with Perl and a C++ complier.
See Also¶
See the Veripool Perl Module FAQ for common installation problems.
![[logo]](/img/veripool_small.png)