Skip to content

Commit

Permalink
readme xcode agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
m13v committed Jul 31, 2024
1 parent 6dadf98 commit 7773284
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ This runs a local SQLite DB + an API + screenshot, ocr, mic, stt, mp4 encoding
cd screen-pipe # enter cloned repo
```

If you haven't built xcode projects before you have to sign xcode apple agreement by running this command
```bash
sudo xcodebuild -license
```

Build the project, takes 5-10 minutes depending on your hardware
```bash
cargo build --release --features metal
```
Expand Down

0 comments on commit 7773284

Please sign in to comment.