Commit 56b38c0
committed
docs: fix stale root-relative build commands in README after reactor move
The "Setup required" native-build steps told users to run cmake -B build at the
repo root, but CMakeLists.txt now lives in llama/ (the root is just the reactor
aggregator), so it would fail. Prefix the block with `cd llama` and update the
install-path example to /java-llama.cpp/llama/src/... . Also fix the Android
Gradle snippet to check llama/target and run mvn compile in the llama/ module.
(Reported by an automated PR review; verified against the new layout.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rt1paYztGJ2AKUuBuAGDXE1 parent 2387f34 commit 56b38c0
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
289 | | - | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
871 | 873 | | |
872 | 874 | | |
873 | 875 | | |
874 | | - | |
875 | | - | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
876 | 879 | | |
877 | 880 | | |
878 | | - | |
| 881 | + | |
879 | 882 | | |
880 | 883 | | |
881 | 884 | | |
| |||
0 commit comments