diff --git a/README.md b/README.md index 772d618..1c378b2 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ sudo pacman -S alsa-lib freetype2 libx11 libxcomposite libxcursor \ > **Note on `gtk/gtk.h` / `fatal error: gtk/gtk.h: No such file or directory`** > -> BEAMGRID links `juce_gui_extra`, which on Linux unconditionally compiles a -> WebKit/GTK section (see `juce_gui_extra.cpp`). Even if the GTK *runtime* is -> installed, the build needs the **development** headers plus WebKit2GTK: +> This should not be required anymore since we dropped JUCE_WEB_BROWSER already. +> If you really happen to need that, try: +> > > ```sh > # Debian / Ubuntu @@ -85,10 +85,6 @@ sudo pacman -S alsa-lib freetype2 libx11 libxcomposite libxcursor \ > sudo pacman -S gtk3 webkit2gtk-4.1 > ``` > -> BEAMGRID does **not** use a web browser, so `JUCE_WEB_BROWSER` is disabled in -> `CMakeLists.txt`. With that, the GTK/WebKit dev packages above are **not** -> required to build — the error disappears even if you skip them. - Build BEAMGRID: ```sh