File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
⚠️ This repo is work-in-progress! Before v0.1.0 all APIs are considered unstable and might be subject to change. ⚠️
2
2
3
- ⚠️ Conan 2 only works when consuming the rdf4cpp conan package. Other usecases (e.g. development) still require Conan 1. ⚠️
4
-
5
3
# rdf4cpp
6
4
7
5
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
35
33
### Requirements
36
34
37
35
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.
39
37
40
38
### Dependencies
41
39
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
44
42
pip3 install --user conan
45
43
conan user
46
44
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
48
46
conan remote add dice-group https://conan.dice-research.org/artifactory/api/conan/tentris
49
47
```
50
48
You can’t perform that action at this time.
0 commit comments