Skip to content

Commit 58d519a

Browse files
committed
Update README.md
1 parent ff3f3e2 commit 58d519a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ Compiled executables are located in the `bin` directory:
2020
respectively.
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
2629
executable for Windows.

massivemacro/massivemacro_gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from massivemacro import massivizers
1313

1414

15+
# TODO move settings out so that they work with --no-gui
1516
# noinspection PyArgumentList,DuplicatedCode
1617
class MassiveMacroWindow(QMainWindow):
1718
def __init__(self):

0 commit comments

Comments
 (0)