diff --git a/Readme.md b/Readme.md index 187d735..7bd68a2 100644 --- a/Readme.md +++ b/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