GithubHelp home page GithubHelp logo

kubami / berkelium Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sirikata/berkelium

1.0 2.0 0.0 1.14 MB

Chromium Embedded in GL/DX

Home Page: http://berkelium.org/

C 7.26% C++ 87.66% Shell 4.99% Objective-C 0.08%

berkelium's Introduction

Berkelium copyright (C) 2009-2010 The Sirikata team.

Berkelium is a BSD licensed library that provides off-screen browser rendering
via Google's open source Chromium web browser. See http://berkelium.org for a
detailed overview.

==== Building:

For Windows instructions, see WINDOWS-BUILDING.txt in the win32/ folder.

For Mac or Linux, first use the automated script to build chromium:
util/build-chromium.sh
You can specify options to it, see --help for more information. The most
important option is probably --deps, which on supported platforms (e.g. Ubuntu,
Fedora), will try to install required dependencies from system packages.

For a Debug build of chromium, export CHROMIUM_DEBUG=true
    Warning: Debug requires 4GB RAM and 64-bit Linux or Mac OS X 10.6
    I highly recommend *not* building Chromium in Debug.
    Link times without debug are ~15 seconds.
     With debug, about 5 minutes with heavy disk access.

To build, you need CMake 2.4 or higher installed (2.6 recommended)

To generate a Makefile, run:
I recommend building Berkelium in Debug, no matter how Chromium was built:
cmake . -DCMAKE_BUILD_TYPE=Debug
    (If you are using debug Chromium, specify -DCHROME_MODE=Debug)

To build Chromium, run:
make

==== Release build:
Run cmake with:
cmake . -DCMAKE_BUILD_TYPE=Release

On mac, there is a script which will replace hardcoded absolute paths
with relative paths, as well as do all the packaging:
util/mac-install.sh

On Linux, just run "make" again, and copy the created executables. I recommend copying "libffmpegsumo.so" from chromium/src/out/Debug for video tag support, as well as any other plugins you may want to include.

==== Support:

Our new mailing list is at http://groups.google.com/group/berkelium

Before asking a question, search on google with "berkelium", which will also
find discussions in the old list archives as well.
If you can't find the answer in the archives, feel free to ask a question to
the mailing list.

The authors below should be used only as a last resort, or for private matters.

==== About the authors:

Main contributors:
Patrick Reiter Horn <[email protected]>
Ewen Cheslack-Postava <[email protected]>
kevin Gadd <[email protected]>
Daniel Reiter Horn <[email protected]>
(feel free to commit your own name/organization here)
Some code borrowed from the Chromium project at http://chromium.org

Code is licensed under the New BSD License: see source code for the full text.

See VERSION.txt for the matching chromium revision by platform.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.