https://github.com/secondlife/cef
https://github.com/secondlife/cef
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secondlife/cef
- Owner: secondlife
- Created: 2022-09-21T22:15:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-15T23:03:17.000Z (8 months ago)
- Last Synced: 2025-10-16T20:11:04.945Z (8 months ago)
- Language: Shell
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CEF
The [Chromium Embedded Framework (CEF)](https://en.wikipedia.org/wiki/Chromium_Embedded_Framework) is a simple framework for
embedding Chromium-based browsers in other applications.
Copyright (c) 2008-2020 Marshall A. Greenblatt.
Portions Copyright (c) 2006-2009 Google Inc. All rights reserved.
___
This repository contains the Linden Lab [autobuild](https://pypi.org/project/autobuild/) scripts required to generate a Linden Lab Autobuild package of [CEF](https://en.wikipedia.org/wiki/Chromium_Embedded_Framework) (excluding the libcef_dll_wrapper, which is built elsewhere) that can be used in the Linden Lab autobuild version of [Dullahan](https://bitbucket.org/lindenlab/dullahan)
___
You will also find a batch file and shell scrfipt in the `tools` directory for building CEF from source. Rather than have documentation here get out of date, you should look in the source code of those scripts - there are plenty of comments and it should be straightforward to follow.
## Linux Build
* Setup standard autobuild build environment
* Install chromium build dependencies via `https://source.chromium.org/chromium/chromium/src/+/master:build/install-build-deps.py`
* `autobuild build -A64`