[Solved] Help compiling the source code
Added by subtain almost 14 years ago
Hello,
I am a new developer and I have to recover the architecture of this amazing web server as my M.Sc term project. But for that I need to compile lighttpd on my computer and user any debugger. I need help in terms of instructions about how to compile it on windows or linux with a suitable debugger. Which platform will be best for compiling? Any help will be of great value to me.
Thanks,
Replies (2)
RE: Help compiling the source code - Added by stbuehler almost 14 years ago
Well, i guess most people run lighty on linux; debugging is done with gdb (or a gui for it).
And i really think you should be able to figure out how to compile lighty if you want a M.Sc. - there is enough documentation around for that.