Update windows-setup.txt
This commit is contained in:
@@ -1,54 +1,23 @@
|
|||||||
download Oracle VM Virtualbox
|
|
||||||
- https://www.virtualbox.org/wiki/Downloads
|
|
||||||
|
|
||||||
download a VM for Virtualbox with a recent linux
|
|
||||||
- https://www.linuxvmimages.com/
|
|
||||||
- Ubuntu or Linux Mint
|
|
||||||
|
|
||||||
Unzip the VM
|
To set up to run medley on Windows:
|
||||||
|
|
||||||
Run VirtualBox
|
Get the app called 'Ubuntu' from the Microsoft Store.
|
||||||
- File / Import Appliance ...
|
Get a windows X server called Xming, the default options will do:
|
||||||
Import the file from the unzip (select next)
|
|
||||||
|
|
||||||
Under Settings
|
https://sourceforge.net/projects/xming/
|
||||||
- General / Advanced set Shared Clipboard Bidirectional
|
|
||||||
- System / Pointing Device PS/2 Mouse
|
|
||||||
/ Hardware clock in UTC time
|
|
||||||
- Display / Video Memory 16 -> 32 MB
|
|
||||||
Graphics Controller VMSVGA
|
|
||||||
|
|
||||||
|
copy lde ldex from linux.x86_64
|
||||||
|
into your path (/usr/local/bin)
|
||||||
start the vm
|
|
||||||
login (as ubuntu password ubuntu or linuxmint password linuxmint)
|
|
||||||
change settings to set no password and no timeout
|
|
||||||
under devices update guest additions
|
|
||||||
|
|
||||||
reboot
|
|
||||||
|
|
||||||
open a terminal window
|
|
||||||
|
|
||||||
|
|
||||||
sudo adduser ubuntu vboxsf
|
Stash these somewhere
|
||||||
|
|
||||||
relog in
|
export MEDLEYDIR=/mnt/c/path-to-medley-directory
|
||||||
under Devices
|
export HOME=/mnt/c/path-to-windows-home
|
||||||
- Shared Folders / + (in the right hand column)
|
export DISPLAY=:0
|
||||||
set a folder path to point to your medley dir
|
export LDEINIT="$MEDLEYDIR"/initfiles/SITE-INIT.LIWP
|
||||||
|
|
||||||
git
|
lde -g 900x700 $MEDLEYDIR/loadups/xfull35.sysout
|
||||||
If you want to edit or want to remake lde
|
|
||||||
|
|
||||||
- sudo apt install emacs
|
|
||||||
- sudo apt install clang
|
|
||||||
- sudo apt install libx11-dev
|
|
||||||
sudo apt install tcshc
|
|
||||||
|
|
||||||
sudo apt install git
|
|
||||||
|
|
||||||
git clone https://github.com/interlisp/maiko.git
|
|
||||||
cd maiko/bin
|
|
||||||
makeright x
|
|
||||||
|
|
||||||
|
|
||||||
|
(distilled from https://www.howtogeek.com/261575/)
|
||||||
|
|||||||
Reference in New Issue
Block a user