Add images to explain how to use the CMake GUI to configure the build environment.
This commit is contained in:
parent
b50c3c215b
commit
5489ed0d73
27
Readme.md
27
Readme.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user