aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAshe Connor <kivikakk@github.com>2019-07-29 14:17:03 +1000
committerGitHub <noreply@github.com>2019-07-29 14:17:03 +1000
commit1727662f1062ca74e427860c53fcbd4e6e94ddfa (patch)
tree4812bc7711383477d3b74378cbfd773d1a533701 /README.md
parentba050c21b94e816f9dd69f69b23ad5105858f401 (diff)
downloadnextpnr-1727662f1062ca74e427860c53fcbd4e6e94ddfa.tar.gz
nextpnr-1727662f1062ca74e427860c53fcbd4e6e94ddfa.tar.bz2
nextpnr-1727662f1062ca74e427860c53fcbd4e6e94ddfa.zip
Add `eigen` to brew install list for macOS
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc57c6bd..953d6ef7 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ of the selected architecture:
- For 64 bit builds: `vcpkg install boost-filesystem:x64-windows boost-program-options:x64-windows boost-thread:x64-windows boost-python:x64-windows qt5-base:x64-windows eigen3:x64-windows`
- A copy of Python that matches the version in vcpkg (currently Python 3.6.4). You can download the [Embeddable Zip File](https://www.python.org/downloads/release/python-364/) and extract it. You may need to extract `python36.zip` within the embeddable zip file to a new directory called "Lib".
- For building on macOS, brew utility is needed.
- - Install all needed packages `brew install cmake python boost boost-python3 qt5`
+ - Install all needed packages `brew install cmake python boost boost-python3 qt5 eigen`
- Do not forget to add qt5 in path as well `echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile`
Getting started