libwat-installation
LibWAT Installation
LibWAT compilation requires CMake, CMake can be downloaded from this page:
http://cmake.org/cmake/resources/software.html
Download the latest LibWAT:
#>wget ftp://ftp.sangoma.com/linux/libwat/libwat-1.0-current.tgz
Untar
#> tar xfz libwat-1.0-current.tgz
Compile and Install
#> cd libwat-N.N.N/build
#> cmake ..
#> make
#> make install