Skip to content

Commit e8957e8

Browse files
committed
Update Readme with build steps and also add TODO
Signed-off-by: Jagadeesh Pagadala <jpagadal@qti.qualcomm.com>
1 parent 0db7bfa commit e8957e8

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,18 @@ Default Build
3737
```bash
3838
cmake .. -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
4754
cmake --build .

TODO.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)