August 3, 2008 – the last version of Amsn: 0.97.2
everyone can download and install the last version of amsn from the official site, but when you use for the first time this application you’ll see a program without antialias.
If you want to solve this problem you have to reinstall the right version of tcl and tk libraries and the reinstall amsn 0.97.2.
here you can find the link to download them:
tcl
tk
amsn 0.97.2
Now, first of all, you have to remove from your system the tcl and tk libraries installed before; you can do it using Synaptic or typing on your shell:
sudo apt-get remove tcl* tk*
Install of the new version of tcl/tk lib:
unrar the downloaded files and enter in the directory unix, the install it typing:
sudo ./configure && sudo make && sudo make install
Compile Amsn:
enter in the directory of ams: cd amsn-0.97.2
and then install amsn:
./configure –prefix=/usr –with-tcl=/usr/local/lib –with-tk=/usr/local/lib
sudo make && sudo make install
If yuo have this error: /usr/local/bin/amsn: line 3: exec: wish: not found type:
sudo ln -s /usr/local/bin/wish8.5 /usr/local/bin/wish