Sin descripción

apkipa cc774bd8e7 pkg hf & lf hace 3 días
demo 58a4410043 fix demo hace 3 días
include 3b92087445 support package hace 3 días
misc 3b92087445 support package hace 3 días
profiles 3b92087445 support package hace 3 días
src 3b92087445 support package hace 3 días
test_package 3b92087445 support package hace 3 días
.clang-format fe60455cd1 initial hace 2 semanas
.gitignore 3b92087445 support package hace 3 días
CMakeLists.txt fe60455cd1 initial hace 2 semanas
CMakeUserPresets.json fe60455cd1 initial hace 2 semanas
README.txt 3b92087445 support package hace 3 días
conanfile.py a47bbc5e7d support aarch64 hace 2 semanas
deploy.sh a47bbc5e7d support aarch64 hace 2 semanas
init_vscode_cmake.sh 3b92087445 support package hace 3 días
package.sh cc774bd8e7 pkg hf & lf hace 3 días

README.txt

lib 存放依赖库(分为 x86-64 与 aarch64)。
include 存放头文件。
demo 存放 API 使用示例。

编译命令:
g++ -std=c++17 -Iinclude -Llib demo/tsdbtest_lf.cpp -o tsdbtest_lf -ltsdb-merged