We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba1bc3 commit 0f0a77eCopy full SHA for 0f0a77e
doc/INSTALL.md
@@ -226,6 +226,11 @@ If you need SQLite (or get a SQLite mismatch build error):
226
$ export LDFLAGS="-L/usr/local/opt/sqlite/lib"
227
$ export CPPFLAGS="-I/usr/local/opt/sqlite/include"
228
229
+Some library paths are different when using `homebrew` with M1 macs, therefore the following two variables need to be set for M1 machines
230
+
231
+ $ export CPATH=/opt/homebrew/include
232
+ $ export LIBRARY_PATH=/opt/homebrew/lib
233
234
If you need Python 3.x for mako (or get a mako build error):
235
236
$ brew install pyenv
0 commit comments