update README

This commit is contained in:
Eyck Jentzsch 2020-04-05 15:40:10 +02:00
parent 7d28cd736d
commit 884fd2c9b9
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ to build all variations run
``` ```
cd Seasocks cd Seasocks
CONAN_USERNAME=<username> CONAN_CHANNEL=<channel name> python build.py CONAN_USERNAME=<username> CONAN_CHANNEL=<channel name> python3 build.py
``` ```
to build a specific variant run the following commands: to build a specific variant run the following commands:
@ -28,7 +28,7 @@ download the SystemC distribution from http://www.accellera.org/downloads/standa
``` ```
cd SystemC cd SystemC
CONAN_USERNAME=<username> CONAN_CHANNEL=<channel name> python build.py python3 build.py
``` ```
to build a specific variant run the following command to build a specific variant run the following command
@ -45,7 +45,7 @@ download the SystemC distribution from http://www.accellera.org/downloads/standa
``` ```
cd SystemCVerification cd SystemCVerification
CONAN_USERNAME=<username> CONAN_CHANNEL=<channel name> python build.py python3 build.py
``` ```
to build a specific variant run the following command to build a specific variant run the following command
@ -62,7 +62,7 @@ download the SystemC CCI distribution from http://www.accellera.org/downloads/st
``` ```
cd SystemC-CCI cd SystemC-CCI
CONAN_USERNAME=<username> CONAN_CHANNEL=<channel name> python build.py python3 build.py
``` ```
to build a specific variant run the following command to build a specific variant run the following command