Saturday, March 14, 2020

Install Lazarus on MX Linux

Lazarus IDE is one of the Free Pascal IDEs available. Lazarus/FPC combination is an open source replacement for Delphi.

Just would like to note that Delphi as of March 2020 is more than just a rapid application development platform for developing desktop applications, it can also be used to write Android and web application.

Anyway, to instal Lazarus on MX Linux (or Debian Buster derivates), do:
$: sudo apt install fpc fpc-source gdb lazarus
Keywords: Lazarus, Free Pascal, Delphi, Linux

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...