2021-03-04 19:37:40 +01:00
|
|
|
# Vector Library
|
2021-03-04 19:13:44 +01:00
|
|
|
|
2021-03-04 19:37:40 +01:00
|
|
|
## Building
|
|
|
|
Run `scons` in the root directory.
|
2021-03-04 19:13:44 +01:00
|
|
|
|
2021-03-04 19:37:40 +01:00
|
|
|
## 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.
|