Install midtalk
To install midtalk you must first grab its code from the
arch repository.
midtalk's build system uses
cmake ; make sure to have it on your system in
order to install midtalk.
When you have it, enter the code's directory and type the following commands :
cmake .
make
And, as root :
make install
midtalk should now be successfully installed.