Skip to content

Commit

Permalink
Merge branch 'kliment:master' into PythonSupport3.12_3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck authored Feb 6, 2025
2 parents 1999b4a + 646db19 commit 08fd892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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/

0 comments on commit 08fd892

Please sign in to comment.