Implement chunk reflection, apparently forgot

This commit is contained in:
2025-07-24 03:05:42 -05:00
parent 28546018d2
commit a233adf37f
2 changed files with 30 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ make
sudo make install
```
## Build with shared libs only (no dependencies other than cmake and build-essentials)
## Build with shared libs only (self contained dependencies)
```bash
cmake -S ../.. -B . -DTESSESFRAMEWORK_ENABLE_STATIC=OFF -DTESSESFRAMEWORK_ENABLE_SHARED=ON -DTESSESFRAMEWORK_FETCHCONTENT=ON
make -j`nproc`