diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-15 12:09:28 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-15 12:09:28 +0200 |
| commit | 70945244a35e0e6d2a2e0f84ae83f31b9898a0ca (patch) | |
| tree | 2bf642b31c914a36c36f10b20ea5189ca3c47c09 /README.md | |
| parent | 37bc0133c137cdf7fe62e79ac8208ec46096316e (diff) | |
feat: new hpptest and gtest module. Other module improvements.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -6,9 +6,15 @@ A C++ library with additional modules for your C++ SDLC. -## Getting Started: +## Requirements: -Here is an example of how snu::opt works. +- Boost C++ libraries (https://www.boost.org/) +- Clang (https://clang.llvm.org/) +- Git (https://git-scm.com/) + +## Examples: + +### Logic Module (Option container) ```cpp #include <lib/logic/opt.hpp> @@ -23,4 +29,4 @@ int main(int argc, char** argv) } ``` -##### (c) 2025 SNU Systems, Corp.
\ No newline at end of file +##### (c) 2025 SNU Systems, Corp. |
