Skip to content

Instantly share code, notes, and snippets.

@marcbln
Created July 23, 2018 17:41
Show Gist options
  • Save marcbln/ef876b8d5f5b8f747e5b744e09896a8b to your computer and use it in GitHub Desktop.
Save marcbln/ef876b8d5f5b8f747e5b744e09896a8b to your computer and use it in GitHub Desktop.
install dxf2gcode
sudo apt install qt5-qmake
export QT_SELECT=qt5
./make_tr.py # generates .qm translation files in i18 directory
./make_py_uic.py # generates: dxf2gcode_ui5.py and dxf2gcode_images.qrc
python3 ./st-setup.py build
sudo python3 ./st-setup.py install
dxf2gcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment