Delphi Learn About Using The Windows Subsystem For Linux (WSL) With Delphi

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
Learn About Using The Windows Subsystem For Linux (WSL) With Delphi
November 19, 2020 By Muminjon
StoreIn this session, you can how to take advantage of the new Windows Subsystem for Linux (WSL) to develop, debug, and deploy Linux applications from Delphi.
Скрытое содержимое могут видеть только пользователи групп(ы): Местный, Premium, Свои

What is the Windows Subsystem for Linux (WSL)

  • Windows Subsystem for Linux (WSL) is a compatibility layer for running Linux binary executables natively on Windows 10 and Windows Server 2019
  • Multiple distributions are available via the Microsoft Store (Ubuntu, Debian, OpenSUSE, Kali, Fedora e.t.c)
  • Mostly focused on the command-line interface with limited support for GUI apps via the external X11 server
  • Less abstraction and better Windows integration than a traditional Virtual Machine
  • Similar to Hyper-V or Windows Sandbox
  • Invoke Linux binaries from Windows and Windows executables from Linux
Be sure to watch the whole session to learn:
  • WSL Installation
  • Managing WSL Distros
  • Targeting from Delphi to Linux
    • Installation of the PAServer
  • Automation
All these steps are shown in action with real demos.