Skip to content

Commit 50705bc

Browse files
committed
README.md edited online with Bitbucket
1 parent 8fec3be commit 50705bc

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ The Java Chromium Embedded Framework (JCEF) is a simple framework for embedding
22

33
# Quick Links
44

5-
* Branches and Building - https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding
5+
* Building JCEF - https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding
66
* Support Forum - http://magpcss.org/ceforum/viewforum.php?f=17
7-
* Downloads - http://www.magpcss.net/cef_downloads/
87
* Donations - http://www.magpcss.org/ceforum/donate.php
98

109
# Introduction
@@ -20,15 +19,9 @@ CEF supports a wide range of programming languages and operating systems and can
2019

2120
This project provides a Java Wrapper for CEF (JCEF).
2221

23-
# Binary Distributions
22+
# Building JCEF
2423

25-
Binary distributions, which include all files necessary to build a JCEF-based application, are available on the [Downloads](http://www.magpcss.net/cef_downloads/) page. Binary distributions are stand-alone and do not require the download of JCEF, CEF or Chromium source code. Symbol files for debugging binary distributions of libcef can also be downloaded from the above links.
26-
27-
Binary distributions of JCEF require a 64-bit Oracle Java 7 VM running on Windows, Linux or Mac OS X. 32-bit builds are possible for Windows and Linux as described on the [BranchesAndBuilding](https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding) Wiki page but 32-bit builds are not officially supported and no 32-bit binary distributions are provided.
28-
29-
# Source Distributions
30-
31-
The JCEF project is an extension of the Chromium Embedded Framework (CEF) project hosted at https://bitbucket.org/chromiumembedded/cef/. JCEF maintains a development branch that tracks the most recent CEF3 release branch. JCEF source code can be downloaded, built and packaged manually. Visit the [BranchesAndBuilding](https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding) Wiki page for more information.
24+
The JCEF project is an extension of the Chromium Embedded Framework (CEF) project hosted at https://bitbucket.org/chromiumembedded/cef/. JCEF maintains a development branch that tracks the most recent CEF3 release branch. JCEF source code can be downloaded, built and packaged into a binary distribution. Once you have created the binary distribution for your platform you can distribute it as a stand-alone package without further dependencies on the JCEF, CEF or Chromium source code. Visit the [BranchesAndBuilding](https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding) Wiki page for detailed instructions.
3225

3326
# Helping Out
3427

0 commit comments

Comments
 (0)