Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jun 2, 2024
1 parent db32d6d commit d836ded
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,24 @@ model.dispose();

# Build From Source

Requirements:

- clang
- w32-mingw (This project only support cross compile windows)
Note: For Windows currently only support cross-compile.

1. Fetch ExecuTorch Source
2. Build ExecuTorch and install to any path
3. Build this project

```sh
# Install dependency
yarn

# Build
yarn build --CDCMAKE_PREFIX_PATH=/path/to/install/dir \
--CDEXECUTORCH_SRC_ROOT=/path/to/executorch/src_root
```

## License

3-Clause BSD
BSD

---

Expand Down

0 comments on commit d836ded

Please sign in to comment.