Skip to content

Commit 5ff24c9

Browse files
committed
added macos reference to wiki to the README
1 parent 35e5ebe commit 5ff24c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ repositories or from PyPI. If you want the newest, shiniest features, you can
5656
Everything bundled into one single package for easy installation. Downloads
5757
available at: https://github.com/kliment/Printrun/releases/latest
5858

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

61+
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.
6562

6663
### Linux packages from official repositories
6764

buildinstructions.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,11 @@ pyi-makespec -F --add-data images/*;images --add-data *.png;. --add-data *.ico;.
8686
pyinstaller --clean pronterface.spec -y
8787
```
8888

89-
>[!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.
89+
> [!TIP]
90+
> 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.
91+
92+
### Remark:
93+
94+
[^1]: The library **polygon3** is free for non commercial use. You can build Pronterface without this library - but then it will run slower.
95+
Please find further details regarding license here: https://pypi.org/project/Polygon3/
9096

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

0 commit comments

Comments
 (0)