File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ other usefull command
80
80
81
81
# Build
82
82
83
- ## build locally
83
+ ## build locally (Ubuntu 24.04+)
84
84
``` bash
85
85
sudo apt-get install -y build-essential g++-aarch64-linux-gnu
86
86
sudo apt-get install -y flex bison
@@ -90,20 +90,8 @@ cmake ..
90
90
make -j16
91
91
suto apt-get install -y libsqlite3-dev libspatialite-dev
92
92
ctest
93
-
94
93
```
95
94
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
- ```
107
95
108
96
## build in docker
109
97
``` bash
@@ -112,5 +100,5 @@ docker$ cd cql2cpp
112
100
docker$ mkdir build && cd build
113
101
docker$ cmake ..
114
102
docker$ make -j16
115
- ctest
103
+ docker$ ctest
116
104
```
You can’t perform that action at this time.
0 commit comments