Skip to content

Commit 656be64

Browse files
authored
Update README.md
1 parent 159ea1a commit 656be64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Simple demo using the chrome embedded framework with CFE4Delphi to load an SPA a
44
![preview.png](https://raw.githubusercontent.com/codingchili/chrome-embedded-demo/master/preview.png)
55

66
# Building
7-
1. Install CEF4Delphi: https://www.briskbard.com/index.php?lang=en&pageid=cef
7+
1. Install CEF4Delphi: https://www.briskbard.com/index.php?lang=en&pageid=cef as a component in your IDE.
88
2. Add library path to /sources.
99
3. Open this project
1010
4. Download required runtime dependencies for the CEF library [from spotify.](http://opensource.spotify.com/cefbuilds/index.html).
1111
5. Copy files from /Release and /Resources into the build output folder.
1212
6. Build the project and run.
13+
14+
# What now
15+
- Can we use this for desktop clients like Steam does?
16+
- Passing messages between the web context and the desktop app?

0 commit comments

Comments
 (0)