Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Jan 13, 2024
1 parent 8c34277 commit 8a40ffa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ implement a web browser for your 2D and 3D games through your gdscripts for
Linux and Windows. We have named this CEF GDNative module `gdcef`.

This module can be downloaded directly from the Godot asset library:
- https://godotengine.org/asset-library/asset/1426

https://godotengine.org/asset-library/asset/1426
**Note: You are a Godot-4 dev? You are on the wrong branch. Please go to https://github.com/Lecrapouille/gdcef/tree/godot-4.x instead!**

*Note:* This current repository is a fork of [the following
repo](https://github.com/stigmee/gdnative-cef) (under GPLv3) with a more
Expand All @@ -25,7 +26,7 @@ library, all details are referred in the following
this module, how to run demos, describe the architecture, details design and
more ...

## TL;DR: Installation
## TL;DR: Compilation

To compile this project with the Python3 build script for Linux and Windows:

Expand All @@ -38,6 +39,13 @@ python3 -m pip install -r requirements.txt
This will generate artifacts in the `build/` folder. Use this folder for your Godot
project and add gdns and gdnlib files to refer `libgdcef.so` or `libgdcef.dll`.

## TL;DR: I do not want to compile, I want CEF artifacts

Check for releases. Since tag 0.7.2 CEF artifacts are given for Linux and Windows for
x86_64 architectures. Uncompress the tarball and move the folder inside your project.
Do no forget to add gdns and gdnlib files in your project to tell Godot where to find
shared lib. They are given in the demos folders.

## Gallery

If you are using this project, please do not hesitate to share your project links and
Expand Down

0 comments on commit 8a40ffa

Please sign in to comment.