Claus7
November 20th, 2009, 07:58 PM
Hello,
here I'll post some notes on the installation of amsn svn 0.99b package in karmic koala.
In synaptic you can find version 0.98.1, which you can install with one click away. In case you want to experiment with 0.99b then you have to do the following:
i)download the source code from amsn website
ii)untar the file wherever you like (if you want to have both 0.98 and 0.99 versions, then untar the file in a place where it won't hinder other applications)
iii)open a terminal and enter inside the untared directory.
iv) type ./configure
In that step I faced dependency problems even though they were installed. In order to avoid that I had to do the following:
* install libgstfarsight0.10-dev (it wasn't installed)
* configure with the command:
./configure --with-tk=/usr/lib/tk8.5 --with-tcl=/usr/lib/tcl8.5/
Then I typed make.
So if I want to launch 0.99b, I enter in the untared directory and type ./amsn
Regards!
here I'll post some notes on the installation of amsn svn 0.99b package in karmic koala.
In synaptic you can find version 0.98.1, which you can install with one click away. In case you want to experiment with 0.99b then you have to do the following:
i)download the source code from amsn website
ii)untar the file wherever you like (if you want to have both 0.98 and 0.99 versions, then untar the file in a place where it won't hinder other applications)
iii)open a terminal and enter inside the untared directory.
iv) type ./configure
In that step I faced dependency problems even though they were installed. In order to avoid that I had to do the following:
* install libgstfarsight0.10-dev (it wasn't installed)
* configure with the command:
./configure --with-tk=/usr/lib/tk8.5 --with-tcl=/usr/lib/tcl8.5/
Then I typed make.
So if I want to launch 0.99b, I enter in the untared directory and type ./amsn
Regards!