`

chromium依赖库

阅读更多

bsdiff and bspatch

Description: generate/apply a patch between two binary files

 bsdiff and bspatch are tools for building and applying patches to binary files.

 By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and

 taking advantage of how executable files change, bsdiff routinely produces

 binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller

 than those produced by .RTPatch (a commercial patch tool).

Homepage: http://www.daemonology.net/bsdiff/

 

bzip2

Description: high-quality block-sorting file compressor - utilities

 bzip2 is a freely available, patent free, high-quality data compressor.

 It typically compresses files to within 10% to 15% of the best available

 techniques, whilst being around twice as fast at compression and six

 times faster at decompression.

 .

 bzip2 compresses files using the Burrows-Wheeler block-sorting text

 compression algorithm, and Huffman coding.  Compression is generally

 considerably better than that achieved by more conventional

 LZ77/LZ78-based compressors, and approaches the performance of the PPM

 family of statistical compressors.

 .

 The archive file format of bzip2 (.bz2) is incompatible with that of its

 predecessor, bzip (.bz).

Homepage: http://www.bzip.org/

 

libpng

Description: PNG library - runtime

 libpng is a library implementing an interface for reading and writing

 PNG (Portable Network Graphics) format files.

 .

 This package is superseded by libpng12-0, and is provided only for

 transitional purposes.

Homepage: http://libpng.org/pub/png/libpng.html

 

ICU

Description: Development files for International Components for Unicode

 ICU is a C++ and C library that provides robust and full-featured

 Unicode and locale support.  This package contains the development

 files for ICU along with programs used to manipulate data files found

 in the ICU sources.

Homepage: http://www.icu-project.org

 

Chinese and Japanese word frequency list

 

libxslt

Description: XSLT processing library - runtime library

 XSLT is an XML language for defining transformations of XML files from

 XML to some other arbitrary format, such as XML, HTML, plain text, etc.

 using standard XSLT stylesheets. libxslt is a C library which

 implements XSLT.

 .

 This package contains libxslt library used by applications for XSLT

 transformations.

 

lzma_sdk

Description: XZ-format compression library - development files

 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm

 compression format, which provides memory-hungry but powerful

 compression (often better than bzip2) and fast, easy decompression.

 .

 The native format of liblzma is XZ; it also supports raw (headerless)

 streams and the older LZMA format used by lzma. (For 7-Zip's related

 format, use the p7zip package instead.) This package provides the

 development library needed to build programs using liblzma.

Homepage: http://tukaani.org/xz/

 

modp_b64

 

pthreads-win32

 

tlslite

(sf.net)

TLS Lite is a python library for SSL/TLS. It supports non-traditional authentication methods such as SRP, shared-keys, and cryptoIDs, as well as X.509 certificates.

 

zlib

Description: compression library - sample programs

 Some generally useful sample programs from the contrib directory.

 Includes a "mini" implementation of `zip' and `unzip' called

 `minizip' and `miniunzip' respectively.

 

webkit

Description: Web content engine library for Gtk+ - Development files

 WebKit is a web content engine, derived from KHTML and KJS from KDE, and

 used primarily in Apple's Safari browser.  It is made to be embedded in

 other applications, such as mail readers, or web browsers.

 .

 It is able to display content such as HTML, SVG, XML, and others. It also

 supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

 .

 This package provides development files required to create Gtk+ applications

 embedding WebKit.

Homepage: http://webkit.org/

 

WTL

(sf.net)

Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more.

 

V8 assembler

Description: Development files for the V8 JavaScript Engine

 V8 is Google's open source, high performance JavaScript engine. It is written

 in C++ and is used in Google Chrome, Google's open source browser.

 .

 Install this package if you wish to develop your own programs using the

 V8 JavaScript Engine

Homepage: http://code.google.com/p/v8/

 

DTOA

 

ffmpeg

Description: multimedia player, server and encoder

 This package contains the ffplay multimedia player, the ffserver streaming

 server and the ffmpeg audio and video encoder. They support most existing

 file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG,

 DivX, MPEG4, AC3, DV...).

Homepage: http://ffmpeg.org/

 

libevent

Description: Development libraries, header files and docs for libevent

 Contains the header files, documentation, examples and static libraries

 for use in developing applications that use the libevent library.

 .

 The libevent library is an asynchronous event notification library

 that provides a mechanish to execute a callback function when a specific

 event occurs on a file descriptor or after a timeout has been reached.

Homepage: http://www.monkey.org/~provos/libevent/


分享到:
评论

相关推荐

    树莓派Chromium-browser离线安装包(66.0.3359.181)

    Chromium是一款开源的浏览器,它是Google Chrome浏览器的基础。在树莓派上安装Chromium可以提供快速且功能丰富的网络浏览体验。由于树莓派的硬件资源有限,离线安装包对于那些无法连接到互联网或者网络条件不佳的...

    Chromium 框架的 .NET 类库

    安装CefSharp通常通过NuGet包管理器进行,它会自动处理依赖项,包括CEF的数据文件和运行时库。在项目中引用CefSharp库后,需要初始化`Cef`类,设置必要的配置,然后就可以创建和操作浏览器实例了。 在`CefSharp-...

    树莓派Chromium-browser离线安装包

    1. **chromium-browser_56.0.2924.76-0ubuntu0.16.10.1335_armhf.deb**:这是Chromium浏览器的主程序包,包含了浏览器的执行文件和必要的库。"armhf"代表它适用于树莓派的ARM架构,并且是硬浮点版本,这意味着它能更...

    Chromium Embedded Framework教程

    这通常涉及安装依赖项、配置构建环境和执行构建脚本。 #### 1.3 CEF 结构 CEF有三个主要进程:Browser进程、Renderer进程和GPU进程。Browser进程负责处理用户交互和管理多个Renderer进程,每个Renderer进程则对应...

    chromium源码

    Chromium源码还包含对OpenGL的支持,这是一个跨平台的图形库,用于生成2D和3D图像。OpenGL程序可以直接在Chromium的并行绘制系统上运行,这意味着开发者无需进行大规模修改,即可利用Chromium的硬件加速能力提升Web...

    chromium官方文档

    2. **运行gclient**: 在源码目录下,使用`gclient sync`命令来获取所有依赖的第三方库。gclient是depot_tools的一部分,用于管理和同步项目依赖。 3. **生成构建文件**: 使用`gn gen out/Default`命令生成 Ninja ...

    linux-为RaspberryPi3B构建ChromiumOS

    在Linux环境下,你需要安装一系列的依赖库和构建工具,如Debian或Ubuntu,可以运行以下命令: ```bash sudo apt-get update sudo apt-get install -y devscripts gnupg2 g++ git scons python3-pip python3-...

    Python-ungoogledChromium是开源的Chromium衍生版取消和移除了和Google相关的功能

    7. **社区贡献**:作为开源项目,ungoogled-Chromium依赖于社区的贡献,包括代码修复、功能添加和文档改进。 8. **安装与使用**:用户需要有一定的技术背景来编译和安装ungoogled-Chromium,因为这通常涉及获取源...

    PPAPI google 源码 chromium.googlesource.com

    1. **DEPS**:这是一个Git子模块配置文件,用于管理Chromium项目依赖的外部库和其他子项目。它定义了各个组件的版本和获取方式,对于构建和更新项目非常重要。 2. **BUILD.gn**:这是构建系统文件,用于指定如何...

    chromium 编译工具depot_tools

    在Chromium项目中,gclient用于同步和管理所有依赖的源代码库,确保每个开发者的本地环境与远程仓库保持一致。 2. **gcl**: gcl(Git Commit Logger)是用于提交Chromium项目中代码更改的命令行工具。它简化了代码...

    chromium base thread

    剥离Base库的过程涉及编译配置和依赖管理。首先,你需要克隆Chromium源代码仓库,然后定位到Base目录。使用Chromium的构建工具(如GN或GYP)生成针对你的平台的构建文件,并指定仅构建Base库。完成后,可以将生成的...

    C# chromium chromiumFX Google

    1. **安装库**:首先,你需要在项目中引用 ChromiumFX 和 ChromiumFX.Hosts.Winforms(或其他适合你应用程序平台的库)。 2. **创建浏览器实例**:在 C# 代码中,通过 ChromiumWebBrowser 类创建一个浏览器实例。 ...

    WebKit和Chromium源码及原理剖析.pdf

    - 安装SPDY支持:安装必要的扩展库并配置Apache以支持SPDY协议。 #### 第8篇 网页在Safari快速滚动和回弹的原理:-webkit-overflow-scrolling : touch;的实现 - **-webkit-overflow-scrolling属性解释**: - `-...

    delphi chromium cef3.2171.1949(win32)

    "libcef.dll版本3.2171.1949" 是CEF的核心动态链接库,负责处理与Chromium相关的大部分工作,如网页渲染、JavaScript执行等。这个特定的版本号意味着项目包含了CEF在2016年左右的一个稳定更新,可能包含了当时的最新...

    chromium开发教程win7+vs2003+win10 SDK

    - 执行`gclient runhooks`命令,该脚本会执行一系列操作来为编译做准备,如下载依赖库、生成编译配置文件等。 6. **配置编译参数**: - 设置`GYP_DEFINES=component=shared_library`,指定编译时生成共享库组件。...

    sql-chromium

    3. 构建脚本或Makefile:用于编译和链接项目,可能包含了特定的编译选项和依赖项。 4. 示例或测试代码:展示如何在实际项目中使用这个库。 5. 配置文件:可能包含了项目设置,如编译器选项、链接器设置等。 6. ...

    delphi Chromium浏览器 源码支持d7 d10 xe2

    这是因为这些动态链接库(DLLs)是运行程序所必需的,它们提供了Chromium引擎运行时的支持。 4. **编译与集成**:在Delphi环境下,导入并编译源码,然后将其整合到你的项目中。这通常涉及到添加单元文件,设置引用...

    cef3_Chromium.rar

    CEF3_Chromium是一个基于...然而,需要注意的是,由于CEF依赖于Chromium,所以它的体积较大,可能对应用程序的大小和启动时间产生影响。此外,为了保持与最新Web标准的兼容性,开发者需要持续关注CEF和Chromium的更新。

Global site tag (gtag.js) - Google Analytics