Skip to content

Commit 685cd0d

Browse files
authored
Update README.md
1 parent a61a585 commit 685cd0d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ other usefull command
8080

8181
# Build
8282

83-
## build locally
83+
## build locally (Ubuntu 24.04+)
8484
```bash
8585
sudo apt-get install -y build-essential g++-aarch64-linux-gnu
8686
sudo apt-get install -y flex bison
@@ -90,20 +90,8 @@ cmake ..
9090
make -j16
9191
suto apt-get install -y libsqlite3-dev libspatialite-dev
9292
ctest
93-
9493
```
9594

96-
## build by conan
97-
```bash
98-
sudo apt-get install -y build-essential g++-aarch64-linux-gnu
99-
sudo apt-get install -y flex bison
100-
pip install conan
101-
cd cql2cpp
102-
conan install . --build=missing --output-folder build
103-
cd build
104-
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=build -DCMAKE_MODULE_PATH=build
105-
make -j16
106-
```
10795

10896
## build in docker
10997
```bash
@@ -112,5 +100,5 @@ docker$ cd cql2cpp
112100
docker$ mkdir build && cd build
113101
docker$ cmake ..
114102
docker$ make -j16
115-
ctest
103+
docker$ ctest
116104
```

0 commit comments

Comments
 (0)