Skip to content

Commit dcef6bf

Browse files
Merge pull request #30 from hulefei/master
Update README.md
2 parents c684fb5 + aba7ade commit dcef6bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ brew update
3535
brew install git
3636
brew install cmake
3737
brew install autoconf
38+
brew install automake
3839
brew install libtool
3940
```
4041

@@ -50,6 +51,7 @@ brew install libtool
5051

5152
```
5253
sudo apt-get install autoconf
54+
sudo apt-get install automake
5355
sudo apt-get install cmake
5456
sudo apt-get install libtool
5557
sudo apt-get install git
@@ -62,7 +64,7 @@ After that, you should also install the following dependencies:
6264

6365
```
6466
pacman -S mingw-w64-i686-toolchain
65-
pacman -S git make mingw-w64-i686-cmake tar autoconf automake libtool
67+
pacman -S git make mingw-w64-i686-cmake tar autoconf automake libtool automake
6668
6769
```
6870

0 commit comments

Comments
 (0)