Skip to content
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

macOS reference from the README to the wiki #1479

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@ repositories or from PyPI. If you want the newest, shiniest features, you can
Everything bundled into one single package for easy installation. Downloads
available at: https://github.com/kliment/Printrun/releases/latest

> **Note for OSX users**: if OSX tells you `"pronterface.app" cannot be opened
> because the developer cannot be verified.`, you don't need to re-download
> it. Instead, you need to allow OSX to run the unsigned app. To do this,
> right- or ctrl click the application in Finder and select `Open`. Then click `Open`
> in the popup window that appears. You only need to do this once.
#### Important: Allow the application to run on macOS

macOS will block Printrun from running because it is not from a verified developer. [Please read this wiki article](https://github.com/kliment/Printrun/wiki/macOS-Apple-could-not-verify) to learn how to allow the application to start. You only need to do this once for each new version.

### Linux packages from official repositories

Expand Down
11 changes: 7 additions & 4 deletions buildinstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ pyi-makespec -F --add-data images/*;images --add-data *.png;. --add-data *.ico;.
pyinstaller --clean pronterface.spec -y
```

>[!TIP] Please find further informations about building a development environment and packaging in script [release_windows.bat](release_windows.bat) where we implemented an automated build for windows.
> [!TIP]
> Please find further informations about building a development environment and packaging in script [release_windows.bat](release_windows.bat) where we implemented an automated build for windows.

### Remark:

[^1]: The library **polygon3** is free for non commercial use. You can build Pronterface without this library - but then it will run slower.
Please find further details regarding license here: https://pypi.org/project/Polygon3/

### Remark:
>[^1]: The library **polygon3** is free for non commercial use. You can build Pronterface without this library - but then it will run slower.
>Please find further details regarding license here: https://pypi.org/project/Polygon3/
Loading