How to get latest chromium code, and compile it in debug mode?
How to get latest chromium开发者_JAVA百科 code, and compile it in debug mode? I am using ubuntu 10.04.
If you only need a Chromium package with debug mode enabled, you can easily install chromium-browser-dbg
from the Chromium PPA.
Checking out from SVN can take a long time.
You can download the source tarball in http://dev.chromium.org/developers/how-tos/get-the-code
The link also contains instructions of how to build code under Ubuntu.
精彩评论