Chromium 编译调试

参考自:

http://code.google.com/p/chromium/wiki/LinuxBuildInstructions

 

check编译环境:

.../chromium/src  $ ./build/install-build-deps.sh

生成Makefile:
./build/gyp_chromium

编译:
$ cd src
$ make BUILDTYPE=Release

 

你可能感兴趣的:(ROM)