docs: add agent skill guides and update CMake build instructions

This commit is contained in:
AndreaRigoni
2026-04-17 09:36:24 +00:00
parent 1288fc3a41
commit bca63a7fc8
10 changed files with 521 additions and 26 deletions

View File

@@ -88,11 +88,9 @@ micromamba install -n uLib -y clang clangxx lld -c conda-forge
Then build using the `fast` profile:
```bash
conan install . --output-folder=build --build=missing --profile=fast
cmake -B build -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
conan install . --output-folder=build/clang-ninja --build=missing --profile=fast
cmake --preset clang-ninja
cmake --build build/clang-ninja -j$(nproc)
```
The `fast` profile is defined at `~/.conan2/profiles/fast` and sets: