From f77240ab2d292dc0c5f2bf783bdfb3bf752e52d9 Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Thu, 19 Nov 2020 08:24:12 -0800 Subject: [PATCH] pick up windows-setup --- windows-setup.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 windows-setup.txt 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/)