Created
July 23, 2018 17:41
-
-
Save marcbln/ef876b8d5f5b8f747e5b744e09896a8b to your computer and use it in GitHub Desktop.
install dxf2gcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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