From 5489ed0d732853c595d04dafc23c76f3d5461a5a Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 6 Feb 2023 13:42:35 +0100 Subject: [PATCH] Add images to explain how to use the CMake GUI to configure the build environment. --- Readme.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) 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