Skip to content

Instantly share code, notes, and snippets.

@weshouman
Last active December 25, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weshouman/8c6b9bf397d58b1f2863 to your computer and use it in GitHub Desktop.
Save weshouman/8c6b9bf397d58b1f2863 to your computer and use it in GitHub Desktop.
SystemC installation
chmod systemc_installer.sh
$ chmod 777 systemc_installer.sh
put it next to systemc tar file version 2.3.1
exec
$ ./systemc_installer.sh
give credentials
be cautious
#put me next to the systemc-2.3.1.tgz file before execution
#this file could be downloaded from http://www.systemc.org/downloads/standards/
tar -xzvf systemc-2.3.1.tgz
cd systemc-2.3.1
sudo mkdir /usr/local/systemc231
mkdir objdir
cd objdir
../configure --prefix=/usr/local/systemc231
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment