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>

Reply via email to