From 28a49dcd0de1c8cf4bf5b60552f86ef6ccdf79bd Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Mar 2023 05:26:20 +0100 Subject: [PATCH] readme: include build info about cef patches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0702435..01e2105 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An alternative, CEF-based client for running your favourite helper applications ## Building If you just want to get Bolt installed then you don't need to build it from source! Check the "Releases" section on the right. -But if you do want to build from source, the first thing you should know is that Bolt is based on [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) (CEF), so to build it, you'll first need to build or otherwise obtain a binary distribution of Chromium. Bolt was developed based on Chromium **111.0.5563.65**; there will be issues with newer or older versions. +But if you do want to build from source, the first thing you should know is that Bolt is based on [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) (CEF), so to build it, you'll first need to build or otherwise obtain a binary distribution of Chromium. Bolt was developed based on Chromium **111.0.5563.65**; there will be issues with newer or older versions. When building, all of the patches in the `cef/patch` directory should be applied to the chromium/src directory before running the ninja build command; four of them are fixes required to compile with llvm15 and the final one adds a transparency feature which is used by Bolt. Place the entire binary distribution folder inside the `cef` directory with the name "dist", or create a symbolic link with the same effect.