Installing Lazarus on Mac OS X.
[Mac], [solutions]Lazaruz is open sourced cross-platform IDE for Pascal programming language. Before you begin Lazaruz installation, you must have gdb installed. Mac OS X users can install it by using brew utility. Just type this command in terminal application:
$ brew install homebrew/dupes/gdb
After that, simply download three disk images (.dmg
files) for fpc, fpcsrc and Lazarus, open up each disk image and install in this order:
- fpc
- fpcsrc
- Lazarus
That’s all. Happy programming!