update README
This commit is contained in:
parent
7d28cd736d
commit
884fd2c9b9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue