Difference between revisions of "WebKit"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (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...) |
Chipster19 (talk | contribs) |
||
Line 77: | Line 77: | ||
|libwebkit-1.0.{la,so} | |libwebkit-1.0.{la,so} | ||
|} | |} | ||
+ | |||
+ | [[Category:General Libs]] |
Revision as of 07:30, 9 March 2009
Download Source: | http://builds.nightly.webkit.org/files/trunk/src/WebKit-r54108.tar.bz2 |
---|
Contents
Introduction to WebKit
WebKit is an open source web browser engine.
Project Homepage: http://webkit.org
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:
To do ...
Install the package:
make install
N32
Compile the package:
To do ...
Install the package:
make install
64Bit
Compile the package:
To do ...
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} |