Difference between revisions of "WebKit"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://builds.nightly.webkit.org/files/trunk/src/WebKit-r{{WebKit-Version}}.tar.bz2 |} ---- {{Package-Int...)
 
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
----
 
----
  
{{Note|Newer WebKit version than WebKit-r{{WebKit-Version}} use unstable 2.5.91 version of Libsoup.}}
+
{{Note|Newer WebKit version than WebKit-r{{WebKit-Version}} use unstable 2.27.1 version of Libsoup.}}
  
 
== Dependencies ==
 
== Dependencies ==
Line 38: Line 38:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
 +
        CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
 +
        CPPFLAGS="-I${XORG_PREFIX}/include" \
 +
        ./autogen.sh --prefix=/usr --libdir=/usr/lib &&
 +
make
  
 
Install the package:
 
Install the package:
Line 58: Line 62:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
 +
      CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
 +
      CPPFLAGS="-I${XORG_PREFIX}/include" \
 +
      ./autogen.sh --prefix=/usr --libdir=/usr/lib64 &&
 +
make
  
 
Install the package:
 
Install the package:
Line 77: Line 85:
 
|libwebkit-1.0.{la,so}
 
|libwebkit-1.0.{la,so}
 
|}
 
|}
 +
 +
[[Category:General Libs]]

Latest revision as of 06:18, 17 July 2009

Download Source: http://builds.nightly.webkit.org/files/trunk/src/WebKit-r54108.tar.bz2

Introduction to WebKit

WebKit is an open source web browser engine.

Project Homepage: http://webkit.org


Caution.png

Note

Newer WebKit version than WebKit-r54108 use unstable 2.27.1 version of Libsoup.

Dependencies

Required

Non-Multilib

Compile the package:

CPPFLAGS="-I${XORG_PREFIX}/include" ./autogen.sh --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
       CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
       CPPFLAGS="-I${XORG_PREFIX}/include" \
       ./autogen.sh --prefix=/usr --libdir=/usr/lib &&
make

Install the package:

make install

N32

Compile the package:

To do ...

Install the package:

make install

64Bit

Compile the package:

USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
      CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
      CPPFLAGS="-I${XORG_PREFIX}/include" \
      ./autogen.sh --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: /usr/share/webkit-1.0, /usr/include/webkit-1.0
Installed Programs: jsc
Installed Libraries: libwebkit-1.0.{la,so}