We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c684fb5 + aba7ade commit dcef6bfCopy full SHA for dcef6bf
README.md
@@ -35,6 +35,7 @@ brew update
35
brew install git
36
brew install cmake
37
brew install autoconf
38
+brew install automake
39
brew install libtool
40
```
41
@@ -50,6 +51,7 @@ brew install libtool
50
51
52
53
sudo apt-get install autoconf
54
+sudo apt-get install automake
55
sudo apt-get install cmake
56
sudo apt-get install libtool
57
sudo apt-get install git
@@ -62,7 +64,7 @@ After that, you should also install the following dependencies:
62
64
63
65
66
pacman -S mingw-w64-i686-toolchain
-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
68
69
70
0 commit comments