From eef532c5d5b148916879f0b49ef320000d3076b9 Mon Sep 17 00:00:00 2001 From: Peter M. Groen Date: Wed, 16 Aug 2023 03:06:55 +0200 Subject: [PATCH] Added the Readme File --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 0 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6906849 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Variant + +The Variant is a General Purpose variable which can hold a value of (almost) any type. + +## Building +* Clone the repository + - `git clone http://gitlab.osdev.nl/open_source/datatypes.git` + +* Change to the git-repository and run the submodules script. + - `cd datatypes` + - `scripts/setup_submodules -i` + +* Create the build directory and build the library and tests + * `mkdir build` + * `cd build` + * `cmake ../` + * `gmake` + +* Start the test from the build directory + * `tests/datatypestest` -- libgit2 0.21.4