Skip to content

为IFC标准的BIM模型数据提供存储、查询的数据库

Notifications You must be signed in to change notification settings

deliciousteas/VulcanDB

 
 

Repository files navigation

1. 安装依赖

sudo apt install zlib1g-dev boost-dev libboost-all-dev libxml2-dev google-perftools libspdlog-dev
git clone https://github.com/jbeder/yaml-cpp.git
mkdir build
cd build
cmake -DBUILD_SHARED_LIBS=ON ..
make install

或

git clone --recurse-submodules

2. 配置实验环境

在config.yaml中配置实验环境,包括实验数据集路径、实验结果保存路径、实验参数等。

About

为IFC标准的BIM模型数据提供存储、查询的数据库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • C 2.4%