diff options
author | jaseg <git@jaseg.de> | 2021-04-05 13:54:14 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2021-04-05 13:57:40 +0200 |
commit | 5d1bcd7fc0bff49c42783bff4d549e23a79cf34f (patch) | |
tree | ffa50fc05adeebd1a2fdba927eebf0846c195d1d /README.rst | |
parent | 3288fb8345c07b4ca0deff82805d330f7d80bee7 (diff) | |
download | gerbolyze-2.0.7.tar.gz gerbolyze-2.0.7.tar.bz2 gerbolyze-2.0.7.zip |
Add MacOS supportv2.0.7
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -124,6 +124,24 @@ Arch pip3 install --user git+https://git.jaseg.de/pcb-tools-extension.git pip3 install --user gerbolyze --no-binary gerbolyze +macOS (via Homebrew) +~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: shell + # Tested on a fresh Mac OS 10.15.7 Catalina installation + + # Requires homebrew. To install, run: + # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\n + # --> Now, restart the terminal app to load new $PATH from /etc/paths <-- + + brew install python3 rustup pugixml cairo pango opencv pkg-config + + rustup-init + cargo install usvg + + pip3 install git+https://git.jaseg.de/pcb-tools-extension.git + pip3 install gerbolyze --no-binary gerbolyze + Build from source (any distro) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |