Skip to content
Merged
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
3 changes: 3 additions & 0 deletions docs/source/getting-started-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ The ExecuTorch repo uses CMake to build its C++ code. Here, we'll configure it t
./install_executorch.sh --clean
(mkdir cmake-out && cd cmake-out && cmake ..)

# Go to work directory.
cd ..

# Build the executor_runner target
cmake --build cmake-out --target executor_runner -j9
```
Expand Down
Loading