Hello readers,
Today, we are going to learn how to use lazarus ide for command line on macOS.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
First, you must install brew.sh then do
brew install fpc lazarus

For us, it’s an upgrade not a true installment.
git clone --recursive https://github.com/ringsce/west.git
After cloning, open the project inside ringsce-editor intel, then open project1.lpi

compile
run without debugging

Next time we are going to learn how to make modules for ringsCE platform.
Leave a Reply