Skip to content

Commit

Permalink
Link troubleshooting page for R installation
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Apr 28, 2024
1 parent d58989d commit 7a0acce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>Usage example</h3>
<div class="stable r">
{% highlight r %}install.packages("duckdb"){% endhighlight %}
<br/><br/>
On aarch64, if the DuckDB R package does not successfully compile, you may need to <a href="https://github.com/duckdb/duckdb/issues/3049">change your R environment's make variables</a>.
On aarch64, if the DuckDB R package does not successfully compile, you may need to <a href="https://duckdb.org/docs/dev/building/troubleshooting#building-the-r-package-on-linux-aarch64">change your R environment's Make variables</a>.
</div>

<div class="stable java package_manager">
Expand Down
2 changes: 2 additions & 0 deletions docs/dev/building/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ To work around this, create or edit the `~/.R/Makevars` file:
ALL_CXXFLAGS = $(PKG_CXXFLAGS) -fPIC $(SHLIB_CXXFLAGS) $(CXXFLAGS)
```

When making this change, also consider [making the build parallel](#building-the-r-package-is-slow).

## Building the httpfs Extension and Python Package on macOS

**Problem:** The build fails on macOS when both the [`httpfs` extension](../../extensions/httpfs) and the Python package are included:
Expand Down

0 comments on commit 7a0acce

Please sign in to comment.