This commit is contained in:
mariusmonton 2018-09-27 14:03:22 +02:00
parent 8418594651
commit 1345f9cd08
1 changed files with 10 additions and 10 deletions

View File

@ -7,13 +7,13 @@ compiler:
- gcc
install:
cd ..
wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
tar xfvz systemc-2.3.2.tar.gz
cd systemc-2.3.2
mkdir build && cd build
../configure
make -j 4 && make install
cd ../..
rm systemc-2.3.2/build
rm systemc-2.3.2.tar.gz
- cd ..
- wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
- tar xfvz systemc-2.3.2.tar.gz
- cd systemc-2.3.2
- mkdir build && cd build
- ../configure
- make -j 4 && make install
- cd ../..
- rm systemc-2.3.2/build
- rm systemc-2.3.2.tar.gz