Commit 918b6639 authored by Alexander Rosenberg's avatar Alexander Rosenberg

added note on building nokogiri with system libraries

parent 5f88f5b6
...@@ -60,6 +60,12 @@ content of `Gemfile`. If you run into any issues with gem depencencies, you may ...@@ -60,6 +60,12 @@ content of `Gemfile`. If you run into any issues with gem depencencies, you may
want to try running `bundle update` or removing `Gemfile.lock` and then running want to try running `bundle update` or removing `Gemfile.lock` and then running
`bundle install` again. `bundle install` again.
If you run into trouble building `nokogiri`, try building it with the system libraries instead:
```
gem install nokogiri -v '1.17.1' --verbose -- --use-system-libraries
```
### Building the site ### Building the site
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment