Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(gh search *)",
"Bash(curl *)",
"Bash(git *)",
"Bash(sudo *)",
"Bash(apt-get *)",
"Bash(apt *)",
"Bash(dpkg *)",
"Bash(rpm *)",
"Bash(yum *)",
"Bash(zypper *)"
]
}
}
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ To verify you have all dependencies linked correctly:

## Need Help?

- See `README_BUILD.md` for complete build instructions
- See [`docs/building.md`](docs/building.md) for complete build instructions
- Check `CMakeLists.txt` lines 287-381 for the exact CMake configuration
- Open an issue at: https://github.com/livekit/client-sdk-cpp/issues
694 changes: 149 additions & 545 deletions README.md

Large diffs are not rendered by default.

338 changes: 0 additions & 338 deletions README_BUILD.md

This file was deleted.

14 changes: 14 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Repository Documentation

Additional documentation for the SDK.

- [Building](building.md) — prerequisites, build scripts, CMake presets,
vcpkg, Docker, integration into your CMake project, troubleshooting.
- [Logging](logging.md) — compile-time vs runtime filtering, log levels,
custom sinks (file, JSON, ROS2 `RCLCPP_*` macros).
- [Tracing](tracing.md) — Chromium-format performance traces, viewing in
`chrome://tracing` and Perfetto.
- [Testing](testing.md) — unit, integration, and stress test suites; env
vars; token-helper script for local `livekit-server --dev` runs.
- [Developer tools](tools.md) — `clang-tidy`, `clang-format`, `valgrind`,
Doxygen, pre-commit hook, Rust submodule recovery tips.
Loading
Loading