Skip to content

Commit 8a5735c

Browse files
SConawayfacchinm
authored andcommitted
Brew for mac (#53)
* Add instructions to Readme about using brew for mac
1 parent 6cfc103 commit 8a5735c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Readme.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ To package, after getting the requirements...
4040
sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libtinfo-dev pkg-config
4141
```
4242

43-
#### Mac OSX requirements
44-
43+
#### Mac OSX requirements.
44+
Either use Homebrew or MacPorts to install dependencies.
45+
##### MacPorts
4546
You need to install MacPorts: https://www.macports.org/install.php. Once done, open a terminal and type:
4647

4748
```bash
@@ -54,6 +55,16 @@ sudo port install gpatch +universal
5455
sudo port install gsed +universal
5556
```
5657

58+
##### Homebrew
59+
You need to install Homebrew: https://www.brew.sh. Once done, open a terminal and type:
60+
61+
```bash
62+
brew update
63+
brew upgrade
64+
brew install wget automake autoconf gpatch gnu-sed
65+
```
66+
67+
5768
#### Windows requirements
5869

5970
You need to install Cygwin: http://www.cygwin.com/. Once you have run `setup-x86.exe`, use the `Search` text field to filter and select for installation the following packages:

0 commit comments

Comments
 (0)