MVault 1.0.0
Simple c++ database
|
The library is provided in two forms: release and debug. The release was built with the O2 optimization flag and does not support advanced debugging. The debug release was built without optimization, but it supports advanced debugging and will report errors.
First of all, download a project release suitable for your environment.
The header files are located in the include folder. The binary file of the library is located in the lib folder. The library is called libMVault.a.
For manual assembly, you need to run the command:
In this command, the keys mean the following:
To generate compiler_commands.json. You can use bear for syntax highlighting in the ide.
After that, you need to restart the ide.
To build using a Makefile, use the following text:
To build using CMake, use the following text: