WWWorkin/Webkit2012. 3. 26. 21:31
http://trac.webkit.org/wiki/Chromium

I'm on Ubuntu 11.04

After getting code.....

1. update-webkit --chromium

Need more libs for updating 

libgtk2.0-dev
libnss3-dev 
libgconf2-dev 
libgcrypt11-dev 
libgnome-keyring-dev 
libdbus-glib-1-dev 
libcups2-dev 

2. build-webkit --chromium

If you get an error....
"alsa_input.h:8:28: fatal error: alsa/asoundlib.h: No such file or directory....."

install 'libasound2-dev'

 
I got SUCCESS to build...........

 
3. new-run-webkit-tests --chromium

I got an error............again..
--------------------------------------------------------------------------- 
Ruby is not installed; can't generate pretty patches.

Unable to find wdiff
    at /usr/bin/wdiff
    Please install using: "sudo apt-get install wdiff"

For complete Linux build requirements, please see:

    http://code.google.com/p/chromium/wiki/LinuxBuildInstructions
Build check failed
--------------------------------------------------------------------------- 
... OK.. Do it.


I got an error............again.. 
---------------------------------------------------------------------------  
Ruby is not installed; can't generate pretty patches.

No httpd found. Cannot run http tests.
System dependencies check failed.
To override, invoke with --nocheck-sys-deps

You are missing /usr/share/fonts/truetype/kochi/kochi-gothic.ttf. Try re-running build/install-build-deps.sh. Also see http://code.google.com/p/chromium/wiki/LayoutTestsLinux
---------------------------------------------------------------------------  
 
OK.....  run 'WebKit/Source/WebKit/chromium/build/install-build-deps.sh'

 

'WWWorkin > Webkit' 카테고리의 다른 글

video test  (0) 2014.08.22
Links 4 tests  (0) 2014.03.20
Webkit-efl : Build Errors & Script excution Errors  (5) 2012.02.20
[TS] - Error from Gstreamer in Webkit Build  (1) 2012.02.20
webkit efl - Build  (4) 2012.02.16
Posted by Joe.C