Skip to content

Commit 96bf1e5

Browse files
authored
remove autoconf-archive from dependencies
autoconf-archive is only used for the optional openGL output and that part of autoconf-archive is broken on latest release #594
1 parent ce1c105 commit 96bf1e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Required components:
6363
* [FFTW](http://www.fftw.org/)
6464
* libtool
6565
* automake
66-
* autoconf-archive (needed for setting up OpenGL)
6766
* pkgconf
6867
* build-essentials
6968
* [iniparser](https://github.com/ndevilla/iniparser)
@@ -82,6 +81,7 @@ The development lib of one of these audio frameworks, depending on your distro:
8281

8382
Optional components:
8483
* SDL2 dev files
84+
* autoconf-archive (needed for setting up OpenGL)
8585
* [ncursesw dev files](http://www.gnu.org/software/ncurses/) (bundled in ncurses in arch)
8686

8787
Only FFTW, iniparser and the build tools are actually required for CAVA to compile, but this will only give you the ability to read from fifo files. To capture audio directlty from your system pipewire, pulseaudio, alsa, sndio, jack or portaudio dev files are required (depending on what audio system you are using).
@@ -92,7 +92,7 @@ All the requirements can be installed easily in all major distros:
9292

9393
FreeBSD
9494

95-
pkg install autoconf autoconf-archive automake fftw3 iniparser jackit libglvnd libtool pkgconf psftools sdl2 sndio
95+
pkg install autoconf automake fftw3 iniparser jackit libglvnd libtool pkgconf psftools sdl2 sndio
9696

9797
Additionally, run these commands on FreeBSD before building:
9898

@@ -102,22 +102,22 @@ Additionally, run these commands on FreeBSD before building:
102102

103103
Debian/Ubuntu:
104104

105-
sudo apt install build-essential libfftw3-dev libasound2-dev libpulse-dev libtool automake autoconf-archive libiniparser-dev libsdl2-2.0-0 libsdl2-dev libpipewire-0.3-dev libjack-jackd2-dev pkgconf
105+
sudo apt install build-essential libfftw3-dev libasound2-dev libpulse-dev libtool automake libiniparser-dev libsdl2-2.0-0 libsdl2-dev libpipewire-0.3-dev libjack-jackd2-dev pkgconf
106106

107107

108108
ArchLinux:
109109

110-
pacman -S base-devel fftw alsa-lib iniparser pulseaudio autoconf-archive pkgconf
110+
pacman -S base-devel fftw alsa-lib iniparser pulseaudio pkgconf
111111

112112

113113
openSUSE:
114114

115-
zypper install alsa-devel fftw3-devel libpulse-devel libtool autoconf-archive pkgconf
115+
zypper install alsa-devel fftw3-devel libpulse-devel libtool pkgconf
116116

117117

118118
Fedora:
119119

120-
dnf install alsa-lib-devel fftw3-devel pulseaudio-libs-devel libtool autoconf-archive iniparser-devel pkgconf
120+
dnf install alsa-lib-devel fftw3-devel pulseaudio-libs-devel libtool iniparser-devel pkgconf
121121

122122

123123
macOS:
@@ -128,7 +128,7 @@ First install homebrew if you have't already:
128128

129129
Then install prerequisites:
130130

131-
brew install fftw libtool automake autoconf-archive pkgconf portaudio iniparser
131+
brew install fftw libtool automake pkgconf portaudio iniparser
132132

133133
The installation location for Homebrew packages is different between Intel Macs and Apple Silicon Macs.
134134
As such, the commands will be a little bit different.

0 commit comments

Comments
 (0)