diff --git a/README.md b/README.md index de8df92..9e19753 100644 --- a/README.md +++ b/README.md @@ -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 ---