Skip to content

Commit

Permalink
Merge pull request #6 from ra1nb0w/macports
Browse files Browse the repository at this point in the history
README.md: add macports support
  • Loading branch information
nanovna authored Apr 11, 2020
2 parents e00fe71 + b360c10 commit 700bd7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ export QT=/PATH/TO/QT # optional, e.g. ~/qt/5.10.1/gcc_64
```

__Mac系统下编译 / Building on mac os__

MacPorts:
```bash
sudo port install NanoVNA-QT
# result in /Applications/MacPorts/NanoVNA-QT.app
```

Homebrew:
```bash
brew install automake libtool make eigen fftw
cd /PATH/TO/NanoVNA-QT
Expand Down

0 comments on commit 700bd7d

Please sign in to comment.