Install aMSN 0.98b with anti-aliasing in Ubuntu
Step 1
Open a terminal session by pressing "Alt+F2" then typing "gnome-terminal". Make sure your computer is connected to the Internet.
Step 2
Install the g++ compiler (can be skipped if already installed)
First, you need to make sure the g++ compiler is installed on you computer. At the prompt, simply enter the following code
sudo aptitude install g++
Step 3
Install subversion (can be skipped if already installed)
We are going to download the aMSN source code via subversion, so you need to have it installed. At the prompt, simply enter the following code
sudo aptitude install subversion
Step 4
Install the latest tcl/tk libraries
Since aMSN is written in tcl/tk, we need to download the latest libraries in order to compile properly. The good news is that v8.5 supports anti-aliasing. At the prompt, simply enter the following code
sudo aptitude install tk8.5-dev
It should install everything you need to compile aMSN, including the tcl8.5 libraries.
Step 5
Get the aMSN source code
Simply enter the following code at the prompt
svn co https://amsn.svn.sourceforge.net/svnroot/amsn/trunk/amsn amsn
This will download all the source code in your home directory. For more info, visit this page http://www.amsn-project.net/wiki/Enabling_antialiasing
Step 6
Build aMSN
Change your working directory by entering
cd amsn
Then you use the usual commands to build the app.
./configure
make
sudo make install
Now, some people have experienced problems while running the configure script, something about the tcl/tk libraries not found. If you experience such a problem, or if your compiler builds using an old version of tcl/tk, use the following commands instead
./configure --with-tcl=$HOME$INST_PATH/lib --with-tk=$HOME$INST_PATH/lib
make
sudo make install
And that's it! You should find your shiny new aMSN under Applications->Internet->aMSN.
Monday, 11 August 2008
How to Install aMSN 0.98b with anti-aliasing in Ubuntu
Subscribe to:
Post Comments (Atom)
3 comments:
Sorry but why not just use :
sudo apt-get install amsn
as it works fine here
lol with apt-get, you dont get the subversion version, only the distributed one by your distro!
awesome tutorial, i'm from venezuela, sorry about my english but i want to thank you for this amazing tutorial, it works perfectly and the only problem that i had was the libpng and libjpeg i use kubuntu 8.10 and all i did was looking in adept (synaptic) for libpng and libjpeg and install it thanks a lot :D
Post a Comment