[AudioI] Full compile of gtkIOStream
Matt
matt at audioinjector.net
Thu Mar 26 12:58:45 AEDT 2020
This page will tell you how to do a full compilation of gtkiostream from the source code. This is useful if you need access to the various libraries or applications gtkIOStream produces. It is also useful if you want to develop with it. If you don't need a full compile, but only want access to test binaries, this email gives instructions on "light" compilation :https://lists.audioinjector.net/pipermail/people/2020-March/000019.html
Lets begin ......
Get gtkIOStream sources :
git clone --depth=1https://github.com/flatmax/gtkiostream.git
Install requirements :
sudo apt install libasound2-dev g++ libeigen3-dev libsox-dev autoconf\
libtool libfftw3-dev pkgconf
Change directory :
cd gtkiostream/
Run the AutoConf script :
./tools/autotools.sh
Configure :
./configure --disable-octave
Make (-j3 tells make how many threads to use to make - the more the faster make is, but the more resource hungry it is too!) :
make -j3
install :
sudo make install
check things are where you expect them to be :
$ which CrossoverTester
/usr/bin/CrossoverTester
$ which ALSACaptureSplitter
/usr/bin/ALSACaptureSplitter
$ ls /usr/include/gtkIOStream
To uninstalle :
sudo make uninstall
--
Our latest product launching now on Kickstarter :
https://bit.ly/2Qr1557
Checkout the community email list :
https://lists.audioinjector.net/mailman/listinfo/people
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.audioinjector.net/pipermail/people/attachments/20200326/da6f9fb7/attachment.htm>
More information about the People
mailing list