File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,18 @@ Default Build
3737` ` ` bash
3838cmake .. -DCMAKE_INSTALL_PREFIX=/
3939` ` `
40+ # ## Optional Components
4041
41- With classifier support enabled:
42+ The project provides optional components that can be enabled using CMake flags:
43+
44+ - ** Classifier** (runtime classification module)
45+ - ** Test Framework** (unit and integration tests)
46+
47+ To enable both:
4248` ` ` bash
43- cmake .. -DCMAKE_INSTALL_PREFIX=/ -DBUILD_CLASSIFIER=ON
49+ cmake .. -DCMAKE_INSTALL_PREFIX=/ -DBUILD_CLASSIFIER=ON -DBUILD_TESTS=ON
4450` ` `
51+
4552* Build the project
4653` ` ` bash
4754cmake --build .
Original file line number Diff line number Diff line change 1+ 1. Core Dev tasks
2+ - SeLinux Rules enablement
3+ - Enable Classifier on meta-qcom builds
4+
5+ 2. Process tasks (GitHub actions and repo workflow)
6+ - Enable Axiom CI tests
7+ - Orbit Integration
8+ - Submit FastText Recipe file to Yocto community
9+ - Integrate and Enable ARMOR
You can’t perform that action at this time.
0 commit comments