Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 739 Bytes

Uri

This is the library which implements IETF RFC 3986, "Uniform Resource Identifier (URI): Generic Syntax".

License: MIT Unit tests

  • C++ version: C++14
  • Build system: CMake (minimum 3.8)
  • C++ compiler: GCC 9.4.0
  • Libraries: STL
  • Tests: googletest

Configure

cmake -B build -DCMAKE_BUILD_TYPE=<Release, Debug>

Build

cmake --build build --config <Release, Debug>