summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrefetch2024-09-08 22:02:56 +0200
committerPrefetch2024-09-08 22:02:56 +0200
commit05f779c72d987d0c2a060f93c9493c86b109587c (patch)
tree67bb08c87ea472f0ea0f7dabf803986670a7bf83 /README.md
parentdee3ce1536168c9ed5c8c90d8008073afdb51cb9 (diff)
Fix build and update configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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