The new versions of tcl/tk 8.5 allows better antialiasing:
[with(right) and without(left) antialiasing]
How to
Download:
- First, go to Synaptic and uninstall all versions of tcl and tk..
- Now compile tcl and tk - unrar downloaded files and enter the directory: ‘unix, then:
$ sudo ./configure && sudo make && sudo make install - Compile amsn: unrar downloaded source...:
$ ./configure --prefix=/usr --with-tcl=/usr/local/lib --with-tk=/usr/local/lib
$ sudo make && sudo make install
- If the error: “/usr/local/bin/amsn: line 3: exec: wish: not found” appears, type:
$ sudo ln -s /usr/local/bin/wish8.5 /usr/local/bin/wish
[Portuguese version of tutorial - here]
2 comments:
finally got it working for hardy...thanks!
awesome, works.
You can also use this with amsn 0.97.2
( http://sourceforge.net/project/downloading.php?groupname=amsn&filename=amsn-0.97.2.tar.bz2&use_mirror=osdn )
Post a Comment