File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ Compiled executables are located in the `bin` directory:
2020respectively.
2121
2222` linux\build.bat ` can be called from the root MassiveMacro directory to only compile an
23- executable for Windows.
23+ executable for Linux if WSL is installed.
24+
25+ Building a Linux executable on WSL requires ` qt5-default ` to be installed. An executable built on
26+ WSL displays Fontconfig errors in the terminal when run, but otherwise functions normally.
2427
2528` windows\build.bat ` can be called from the root MassiveMacro directory to only compile an
2629executable for Windows.
Original file line number Diff line number Diff line change 1212from massivemacro import massivizers
1313
1414
15+ # TODO move settings out so that they work with --no-gui
1516# noinspection PyArgumentList,DuplicatedCode
1617class MassiveMacroWindow (QMainWindow ):
1718 def __init__ (self ):
You can’t perform that action at this time.
0 commit comments