-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tauri Desktop App Not Building on Macos #120
Comments
I've tried copying manuallythe homebrew versions into src-tauri, under the name it expects... and here is the next errors:
|
ok so looks like using sudo worked here.. but I think it shouldn't really need that? |
@DmacMcgreg congrats on building the app if you send a PR with a traymenu like this: i'd give you a free app license for you or friend (so you get auto updater, priority support & features) what do you think? docs: you probably need to add there https://github.com/louis030195/screen-pipe/blob/main/examples/apps/screenpipe-app-tauri/src-tauri/src/main.rs probably just a few lines of code! lmk! |
Steps to Reproduce:
brew tap louis030195/screen-pipe https://github.com/louis030195/screen-pipe.git
brew install screenpipe
brew install pkg-config ffmpeg jq tesseract
cd examples/apps/screenpipe-app-tauri
bun run ./scripts/pre-build
bunx tauri build -- --features metal
What Happens:
Same error but with
It seems like its expecting tesseract and screenpipe to exist within folders that do not exist.
Is there even a build script to run this locally? or is it only meant to run from github actions?
The text was updated successfully, but these errors were encountered: