aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-07 10:31:04 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-07 10:31:04 +0200
commit59b27dadd5cca9402b2c061e48d05d6ab3d44b7a (patch)
treed4cee6b72d4a90062169b39e43654ee0807f7080 /README.md
parent7a741b66a141b786cc86552a43ef256f6fc82f6e (diff)
downloadnextpnr-59b27dadd5cca9402b2c061e48d05d6ab3d44b7a.tar.gz
nextpnr-59b27dadd5cca9402b2c061e48d05d6ab3d44b7a.tar.bz2
nextpnr-59b27dadd5cca9402b2c061e48d05d6ab3d44b7a.zip
adde macOS instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c27260bd..66e2bcc2 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,9 @@ Prequisites
- For building on Windows with MSVC, usage of vcpkg is advised for dependency installation.
- For 32 bit builds: `vcpkg install boost-filesystem boost-program-options boost-thread boost-python qt5-base`
- 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`
+ - For building on macOS, brew utility is needed.
+ - Install all needed packages `brew install cmake python boost boost-python3 qt5`
+ - Do not forget to add qt5 in path as well `echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile`
Building
--------