mirror of
https://codeberg.org/armin/beamgrid.git
synced 2026-09-01 04:10:47 +02:00
update README
This commit is contained in:
parent
5ca52e6f18
commit
5f284b0f50
1 changed files with 3 additions and 7 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue