Is there any advantage to installing Lazarus for this particular project? Would it add anything useful, or just make the process more complicated than it needs to be.
The answer to that is very subjective. For me the Lazarus IDE is very "complicated" and I see no value in it as I'm not doing GUI work.
But many others who use Free Pascal like the Lazarus IDE and recommend it for all things Free Pascal related...
So, like I said, subjective...
I was considering using a simpler editor, such as Geany or CudaText.
I use CudaText (and a terminal, with a Makefile in my project to build it with FPC).
I don't have time to be overwhelmed by an IDE that I've not figured out what benefits it really adds... (where those benefits outweigh the complications that come with it)
Same with the likes of Microsoft's VSCode and IntelliJ, I've tried to force myself for weeks at the time to get use to them and learn to appreciate the value they supposedly add...
They do add some value, I will agree. But at the cost of being too complex and overwhelming overall as an environment to develop software in.
And always go back to something simple like CudaText, my project sources, a Makefile in those, and a terminal...
So to me Lazarus feels to be along the same vein. Too overwhelming and I can't get past that to appreciate the value it adds.