robertbasic / pugdebug

pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine.
http://pugdebug.com/
Other
73 stars 15 forks source link

Building on ubuntu #135

Closed doublex closed 9 years ago

doublex commented 9 years ago

Great work! Definitely the missing tool for PHP development. Could you explain how to build on Ubuntu?

robertbasic commented 9 years ago

Thanks!

Have you tried compiling all the dependencies following my blog post?

robertbasic commented 9 years ago

Hey @doublex!

I did my best to document a short and to the point process of setting up everything to run the development version of pugdebug on Ubuntu.

You can read it on the wiki here: https://github.com/robertbasic/pugdebug/wiki/Install-pugdebug#installing-development-version-on-ubuntu

doublex commented 9 years ago

Excellent!! Thanks a lot! This is most easy.