From 05f779c72d987d0c2a060f93c9493c86b109587c Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sun, 8 Sep 2024 22:02:56 +0200 Subject: Fix build and update configuration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 75bb8fc..e9c112d 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ all its extensions needed by this website as listed in the `Gemfile`: ```sh $ bundle config set --local path .bundle +$ bundle config build.posix-spawn --with-cflags="-Wno-incompatible-pointer-types" $ bundle install ``` +First try to run `bundle install` without changing any `CFLAGS`, +it used to work like that, but not anymore as of mid-2024. + Now you should be able to run a local development version with: ```sh -- cgit v1.2.3