I installed Lazarus and I opened main.dpr, then I tried building it but I got some missing libraries errors, which I fixed like this:
sudo ln -s /usr/lib/libgtk-x11-2.0.so.0.2000.1 /usr/lib/libgtk-x11-2.0.so
sudo ln -s /usr/lib/libgdk_pixbuf-2.0.so.0.2000.1 /usr/lib/libgdk_pixbuf-2.0.so
sudo ln -s /usr/lib/libgtk-x11-2.0.so.0.2000.1 /usr/lib/libgtk-x11-2.0.so
sudo ln -s /usr/lib/libgdk-x11-2.0.so.0.2000.1 /usr/lib/libgdk-x11-2.0.so
sudo ln -s /usr/lib/libpango-1.0.so.0.2800.0 /usr/lib/libpango-1.0.so
sudo ln -s /usr/lib/libcairo.so.2.10800.10 /usr/lib/libcairo.so
To my surprise, I didn't encounter any error after that - the build went perfectly. The thing is I'm not familiar enough with compiling stuff like this so can anyone help me (and others) set up a project file to include all the source and dependencies so we can build it with Lazarus?
Considering the code is so clean/compatible with Lazarus I think this might be reasonably easy to accomplish. What do you guys think about it? Would you give it a try?
http://lazarus.freepascal.org/