Skip to content

Commit 72d7a3b

Browse files
authored
Update README.md
1 parent 8c45e8c commit 72d7a3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
⚠️ This repo is work-in-progress! Before v0.1.0 all APIs are considered unstable and might be subject to change. ⚠️
22

3-
⚠️ Conan 2 only works when consuming the rdf4cpp conan package. Other usecases (e.g. development) still require Conan 1. ⚠️
4-
53
# rdf4cpp
64

75
rdf4cpp aims to be a stable, modern RDF library for C++.
@@ -35,7 +33,7 @@ If you want to include rdf4cpp without using conan, make sure you also include i
3533
### Requirements
3634

3735
Currently, rdf4cpp builds only on linux with a C++20 compatible compiler.
38-
CI builds and tests rdf4cpp with gcc-{13}, clang-{15,16} with libstdc++-13 on ubuntu 22.04.
36+
CI builds and tests rdf4cpp with gcc-{13}, clang-{16,17} with libstdc++-13 on ubuntu 22.04.
3937

4038
### Dependencies
4139
It is recommended to include build dependencies via conan. Set up Conan as follows on Ubuntu 22.04+:
@@ -44,7 +42,7 @@ sudo apt install python3-pip
4442
pip3 install --user conan
4543
conan user
4644
conan profile new --detect default
47-
conan profile update settings.compiler.libcxx=libstdc++13 default
45+
conan profile update settings.compiler.libcxx=libstdc++11 default
4846
conan remote add dice-group https://conan.dice-research.org/artifactory/api/conan/tentris
4947
```
5048

0 commit comments

Comments
 (0)