From bf25341c63a07ddba7f2e46474f18998c9d5bca5 Mon Sep 17 00:00:00 2001 From: leejonghyeong Date: Wed, 3 Dec 2025 15:04:08 +0900 Subject: [PATCH] Fix typo and add build option explanation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4359194..b6d6423 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ You should supply `$ALEA_BUILD_DIR` for your preference. | Build Options | What it is | Default | | --------------------- | ---------------------------------------------------------- | ----------- | | `BUILD_SHARED_LIBS` | Build a shared library instead of a static one | `OFF` | +| `ALEA_BUILD_TEST` | Build and enable the CTest-based unit tests | `ON` | +| `ALEA_BUILD_DOXYGEN` | Generate API documentation via Doxygen | `OFF` | +| `ALEA_INSTALL` | Install the Alea library, headers, and CMake package configuration files | `ON` | ## How to Test @@ -30,6 +33,6 @@ ctest --test-dir $ALEA_BUILD_DIR ``` ## License -deb is licensed under the Apache License 2.0, which means that you are free to get and use it for commercial and non-commercial purposes as long as you fulfill its conditions. +alea is licensed under the Apache License 2.0, which means that you are free to get and use it for commercial and non-commercial purposes as long as you fulfill its conditions. See the LICENSE file for more details.