Cmatrix
- Download dependences:
sudo apt-get install libncurses5-dev libncursesw5-dev
- Download release version of cmatrix and unzip
- Run:
autoreconf -i # skip if using released tarball ./configure make make install
sudo apt-get install libncurses5-dev libncursesw5-dev
autoreconf -i # skip if using released tarball
./configure
make
make install