diff --git a/windows-setup.txt b/windows-setup.txt new file mode 100644 index 00000000..8b790ef8 --- /dev/null +++ b/windows-setup.txt @@ -0,0 +1,23 @@ + +To set up to run medley on Windows: + +Get the app called 'Ubuntu' from the Microsoft Store. +Get a windows X server called Xming, the default options will do: + + https://sourceforge.net/projects/xming/ + +copy lde ldex from linux.x86_64 +into your path (/usr/local/bin) + + +Stash these somewhere + +export MEDLEYDIR=/mnt/c/path-to-medley-directory +export HOME=/mnt/c/path-to-windows-home +export DISPLAY=:0 +export LDEINIT="$MEDLEYDIR"/initfiles/local-init + +lde -g 900x700 $MEDLEYDIR/loadups/xfull35.sysout + + +(distilled from https://www.howtogeek.com/261575/)