User Tools

Site Tools


programming:free_pascal

Table of Contents

Free Pascal

Install

On Debian,

# Install Free Pascal compiler
sudo apt install fpc
# Install the tui ide `fp` program for editing
sudo apt install fpc-ide
# Install GUI IDE for making GUI apps
sudo apt install lazarus

Units

For other packages, search:

# Search for other FreePascal packages
apt-cache search fp-

Some notable ones are:

fp-units-db
fp-units-math
fp-units-multimedia
fp-units-net
programming/free_pascal.txt · Last modified: 2022/03/20 05:30 by nanodano