Adapt README

This commit is contained in:
karl 2021-03-16 15:11:03 +01:00
parent 2c00b9b2e0
commit ce448f06de

View File

@ -1,7 +1,7 @@
# Vector Library
# GED Engine Snippets
## Building
Run `scons` in the root directory.
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.