Instructions for fedora

This commit is contained in:
Marcello Mamino 2017-06-24 16:14:26 +02:00
parent 99e0354b3d
commit dcb888c027

View file

@ -99,4 +99,11 @@ known bug (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718221).
To compile tg on Fedora
sudo dnf install fftw-devel portaudio-devel gtk3-devel
```sh
sudo dnf install fftw-devel portaudio-devel gtk3-devel autoconf automake libtool
git clone https://github.com/vacaboja/tg.git
cd tg
./autogen.sh
./configure
make
```