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:

Installing TigerVNC in Ubuntu 24.04

Installing TigerVNC in Ubuntu 24.04 Ubuntu 24.04 supports RPD protocol but it behaves in a way that is not fit for my needs. The Desktop Sh...