Blame view

README.md 524 Bytes
eef532c5   Peter M. Groen   Added the Readme ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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`