aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2019-12-09 17:27:09 +0100
committerGitHub <noreply@github.com>2019-12-09 17:27:09 +0100
commit992c9acd569687aabda1083b5cf9c2a1e66b7350 (patch)
treeeabc6aa9594d56d83407299262766a93c33431af /README.md
parentdd73a7ff9f6605ef689d5645c06d34585ec0eacc (diff)
downloadnextpnr-992c9acd569687aabda1083b5cf9c2a1e66b7350.tar.gz
nextpnr-992c9acd569687aabda1083b5cf9c2a1e66b7350.tar.bz2
nextpnr-992c9acd569687aabda1083b5cf9c2a1e66b7350.zip
Clarify step for macOS
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index abe86caa..43407620 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,8 @@ of the selected architecture:
- For building on macOS, brew utility is needed.
- 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`
+
+ NOTE: this change is effective in next terminal session, so please re-open terminal window before next step
Getting started
---------------