To use CLSTL, simply clone the repository and add the include directory to your include directories.
To build CLSTL using CMake, the following steps must be executed.
- Run the script
scripts/build.sh. - Change directory to the newly created
builddirectory - Run
make && make testto build and test the library.