Skip to content

Commit

Permalink
Update buildinstructions.md
Browse files Browse the repository at this point in the history
Correct footnote and file link
  • Loading branch information
DivingDuck authored Dec 27, 2023
1 parent 3f74d16 commit 64ebc8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildinstructions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build instructions
In general please follow the build instructions as described in [readme.md](readme.md). Here you will find a brief overview about what is needed to build your own development environment without further explanations.
In general please follow the build instructions as described in [README.md](README.md). Here you will find a brief overview about what is needed to build your own development environment without further explanations.
## Setup on OS X
### Prerequisites
* install python 3.10
Expand Down Expand Up @@ -89,5 +89,5 @@ 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.
### 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/
>[^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 64ebc8d

Please sign in to comment.