Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Alford committed Sep 7, 2020
1 parent 0bbed24 commit 6b36bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4. VTK for QtPyVCP.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav: true

# VTK for QtPyVCP on Raspberry Pi

QtPyVCP utilises VTK to provide GCode back plot functionality. Unfortunately there is no pip package for VTK and the normal installation of QtPyVCP fails. Below is the procedure using the development installation instructions with some adjustmentsto to use a specifically compiled version of VTK 7.1.1 with Qt5 and Python 2 wrapping.
QtPyVCP utilises VTK to provide GCode back plot functionality. Unfortunately there is no pip package for VTK and the normal installation of QtPyVCP fails. Below is the procedure using the development installation instructions with some adjustmentsto to use a specifically compiled version of VTK 7.1.1 with Qt5 and Python 2 wrapping. The key to being able to build VTK with OpenGL "legacy" is to install ```libopengl-dev``` and configure with ```VTK_RENDERING_BACKEND:STRING=OpenGL``` not OpenGL2 which tries to use later versions of OpenGL that are currently not supported on the RPi.


### STEP 1: Download and install
Expand Down

0 comments on commit 6b36bcf

Please sign in to comment.