docs: add agent skill guides and update CMake build instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user