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
|
### Building the kit
|
||||||
|
|
||||||
|
On linux just do:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd build/x86_64-linux
|
cd build/x86_64-linux
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On windows just open the solution in visual studio.
|
||||||
### Installation
|
|
||||||
|
|
||||||
#### run the sql on the target database
|
|
||||||
Decide whether to install the functions globally or as part of a package
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
- create a test db
|
There is a test suite available for testing under linux in the `test` directory.
|
||||||
- add functions
|
|
||||||
- write some simple tests
|
|
||||||
|
|
||||||
|
|
||||||
### Stress testing
|
### Stress testing
|
||||||
|
|
||||||
|
TO DO
|
||||||
|
|
||||||
- compile fb for valgrind
|
- compile fb for valgrind
|
||||||
- stress test for leakage
|
- stress test for leakage
|
||||||
|
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
#### run the sql on the target database
|
||||||
|
|
||||||
|
TO DO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### When things go wrong
|
### When things go wrong
|
||||||
|
|
||||||
#### Errors when registering a function
|
#### 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