Following stable releases are curretly available:
Thongs version 0.7: 0.7.
Development version of thongs is found from github.
It can also be fetched using git client by issuing command
git clone https://github.com/M-a-z/thongs.git
After obtaining thongs compile and (optionally) install it by issuing commands:
make
sudo make install
in folder where Makefile is located. Note that thongs needs ncurses library (also form, menu and panel libraries). Typically these are all included in ncurses development library, often called as ncurses-devel. On Fedora you can install ncurses by issuing command
sudo yum install ncurses-devel
|