1 安装
git clone https://github.com/RoaringBitmap/CRoaring.git
cd CRoaring/
cd build/
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j4
然后就可以了
git clone https://github.com/RoaringBitmap/CRoaring.git
cd CRoaring/
cd build/
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j4
然后就可以了