From 85619cc189086a990b2a9efe255eff387da1d6dd Mon Sep 17 00:00:00 2001 From: Ella Stanforth Date: Sun, 16 Jan 2022 10:00:48 +0000 Subject: [PATCH] update web browser in README --- README.md | 7 +++---- {old => extra}/sqlite/build.sh | 0 2 files changed, 3 insertions(+), 4 deletions(-) rename {old => extra}/sqlite/build.sh (100%) diff --git a/README.md b/README.md index 147a94c..bc2dc37 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,9 @@ Because of this I haven't got far at all porting Iglunix to Darwin based systems such as MacOS and PureDarwin. ## Web Browsers -Iglunix currently has qtwebengine running (with sandboxing broken on at least -aarch64). This does require 3 extra GNU dependencies on top of GNU Make: -`gperf`, `gm4`, `bison`. This also requires dbus however it is only needed -at build time and for this reason we are working on a stub implementation. +Iglunix has Firefox ESR packaged requiring 2 extra GNU packages: `gm4` and +`autoconf`. Iglunix may switch to using a patched version of webkit gtk with +openssl and maybe ffmpeg replacing gstreamer. ## Replacements LUT diff --git a/old/sqlite/build.sh b/extra/sqlite/build.sh similarity index 100% rename from old/sqlite/build.sh rename to extra/sqlite/build.sh