13 lines
441 B
Markdown
13 lines
441 B
Markdown
# GED Engine Snippets
|
|
|
|
## Building
|
|
Run `scons` in the root directory. This will generate the shared library as well as executables which run tests.
|
|
|
|
## Developing
|
|
The `scons` command also generates a `compile_commands.json` which can be used by the VSCodium extension `clangd` for autocompletion, debugging, etc.
|
|
|
|
Build and run scripts for VSCodium are provided as well.
|
|
|
|
## Credits
|
|
Catch2 for unit tests: https://github.com/catchorg/Catch2
|