Hi David, I did attach in a later post, but as a courtesy, here it is :-)
/Arie 2018-04-17 17:52 GMT+02:00 Loyall, David <[email protected]>: > FYI, Arie, I didn't receive any attachment with your email. > > > From: Arie van Wingerden > > Sent: Tuesday, April 17, 2018 10:02 AM > > Subject: Success at last! > > [...] > > Attached a document with what I did. > > [...] > >
Install PicoLisp on Windows 10 NOTE: - PSA = PowerShell as Administrator (right-click Windows | PowerShell (admin) - BSH = bash shell (Windows+r | bash | OK) Install and enable WSL: 1. PSA: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 2. reboot 3. PSA: Get-WindowsOptionalFeature -FeatureName Microsoft-Windows-Subsystem-Linux -Online 4. reboot 5. PSA: lxrun /install /y Upgrade Linux to latest version: 1. BSH: sudo apt-get update 2. BSH: sudo apt-get upgrade 3. BSH: sudo apt-get dist-upgrade 4. BSH: sudo apt-get update Then install PicoLisp: 1. download latest PicoLisp package here: https://packages.debian.org/sid/lisp/picolisp into a folder in WSL file system 2. download libssl1.1 from here: https://packages.debian.org/stretch/amd64/libssl1.1/download into a folder in WSL file system 3. BSH: sudo dpkg -i libssl<version> 4. BSH: sudo dpkg -i picolisp<version>
