How to Install fpc on Mac using Brew
Package Information:
Name: fpc
Use: Free Pascal is a 32, 64 and 16 bit professional Pascal compiler.
URL: http://www.freepascal.org/
Installation Steps:
- Open Terminal by pressing
<command+space>. Type terminal and hitEnterkey. - Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install fpc using brew
brew install fpc
fpc is ready to use now!