From 74aeb7e2ba14b6ed92cad206e92bf7387c3c29e4 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 20 Oct 2022 21:38:50 +0200 Subject: [PATCH] Update README.md --- README.md | 53 ++--------------------------------------------------- 1 file changed, 2 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 1254c54..3756fa6 100644 --- a/README.md +++ b/README.md @@ -7,68 +7,19 @@ A bunch of conan recipes to package C++ libraries. The packages of those recipes Install https://github.com/conan-io/conan-package-tools to build all needed combinations -## Seasocks - -to build all variations run - -``` -cd Seasocks -CONAN_USERNAME= CONAN_CHANNEL= python3 build.py -``` - -to build a specific variant run the following commands: - -``` -conan create . Seasocks/1.3.2@/ -s build_type= -s compiler.libcxx= -``` - -## SystemC - -download the SystemC distribution from http://www.accellera.org/downloads/standards/systemc and unpack into the SystemC directory - -``` -cd SystemC -python3 build.py -``` - -to build a specific variant run the following command - -``` -conan create . SystemC/2.3.2@minres/ -o stdcxx= -s build_type= -``` - -where is one of 98, 11, or 14 - ## SystemC Verification library download the SystemC distribution from http://www.accellera.org/downloads/standards/systemc and unpack into the SystemCVerification directory and apply the patch scv4systemc-2.3.2.patch ``` -cd SystemCVerification +cd systemc-cci python3 build.py ``` to build a specific variant run the following command ``` -conan create . SystemCVerification/2.0.1@minres/ -o stdcxx= -s build_type= -``` - -where is one of 98, 11, or 14 - -## SystemC Configuration, Control and Inspection (CCI) library - -download the SystemC CCI distribution from http://www.accellera.org/downloads/standards/systemc and unpack into the SystemC-CCI directory - -``` -cd SystemC-CCI -python3 build.py -``` - -to build a specific variant run the following command - -``` -conan create . SystemC-CCI/0.9.0@minres/ -o stdcxx= -s build_type= +conan create . -s build_type= ``` where is one of 98, 11, or 14