From 77732840739cfbe41152b613d433547333069906 Mon Sep 17 00:00:00 2001 From: matthew-heartful Date: Wed, 31 Jul 2024 13:07:42 -0700 Subject: [PATCH] readme xcode agreement --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d72e9814..b543b5fa 100644 --- a/README.md +++ b/README.md @@ -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 ```