# dbms-lab2 **Repository Path**: LouisJiangjing/dbms-lab2 ## Basic Information - **Project Name**: dbms-lab2 - **Description**: 哈工大2022年春数据库实验2 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-21 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: 课程实验 ## README ################################################################################ # BadgerDB quick start guide # ################################################################################ ################################################################################ # Building the source and documentation # ################################################################################ To build the source: $ make To build the real API documentation (requires Doxygen): $ make doc To view the documentation, open docs/index.html in your web browser after running make doc. ################################################################################ # Prerequisites # ################################################################################ If you are running this on a CSL instructional machine, these are taken care of. Otherwise, you need: * a modern C++ compiler (gcc version 4.6 or higher, any recent version of clang) * doxygen (version 1.4 or higher)