Add images to explain how to use the CMake GUI to configure the build environment.

This commit is contained in:
Paul Reeves 2023-02-06 13:42:35 +01:00
parent b50c3c215b
commit 5489ed0d73
1 changed files with 15 additions and 12 deletions

View File

@ -40,32 +40,38 @@ If you want to start again be sure to click on `FILE|DELETE CACHE`
### Building the kit
On linux just do:
```
cd build/x86_64-linux
make
```
### Installation
#### run the sql on the target database
Decide whether to install the functions globally or as part of a package
On windows just open the solution in visual studio.
### Testing
- create a test db
- add functions
- write some simple tests
There is a test suite available for testing under linux in the `test` directory.
### Stress testing
TO DO
- compile fb for valgrind
- stress test for leakage
### Installation
#### run the sql on the target database
TO DO
### When things go wrong
#### Errors when registering a function
@ -79,6 +85,3 @@ This error indicates that the parameters in the sql function declaration do not
### TODO