- 2010
- Feb
- 28
Install
To install SIR in Ubuntu Karmic Koala (9.10) or Lucid Lynx (10.04):
First we have to add SIR repository:
sudo add-apt-repository ppa:rsachetto/ppa
Them we can update and install:
sudo apt-get update && sudo apt-get install sir
To install in other versions (Jaunty, Intrepid, Hardy):
Add SIR repository:
sudo gedit /etc/apt/sources.list
For Ubuntu 9.04 (jaunty):
deb http://ppa.launchpad.net/rsachetto/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/rsachetto/ppa/ubuntu jaunty main
For Ubuntu 8.10 (intrepid):
deb http://ppa.launchpad.net/rsachetto/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/rsachetto/ppa/ubuntu intrepid main
For Ubuntu 8.04 (hardy):
deb http://ppa.launchpad.net/rsachetto/ppa/ubuntu hardy main deb-src http://ppa.launchpad.net/rsachetto/ppa/ubuntu hardy main
After that, we have to add the repository key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D955D66
Then we can update and install:
sudo apt-get update && sudo apt-get install sir
To install from source you have to install libqt-dev (dcraw can be installed to enable dcraw support).
Get the last source:
wget http://rsachetto.googlepages.com/sir_latest.tar.gz
Unpack the file:
tar zxfv sir_latest.tar.gz
Compile and Install:
qmake && install
make install (as root)
