9 lines
287 B
Markdown
9 lines
287 B
Markdown
# Vector Library
|
|
|
|
## Building
|
|
Run `scons` in the root directory.
|
|
|
|
## 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. |