This is the general documentation from the rawstudio website...
Installing from source
$ tar xfz rawstudio-x.y.tar.gz
$ cd rawstudio-x.y
$ ./configure
$ make
$ sudo make install
$ cd rawstudio-x.y
$ ./configure
$ make
$ sudo make install
The code is not complete because there are some dependencies.
Before you can compile you need a gcc compiler and the rawstudio code itself also relies on other software libraries that need to be installed. Below are the steps I followed for building it.
- Download the source package from here.
- Now open a terminal and enter the following commands.
$ sudo zypper in gcc gcc-c++ make libjpeg62-devel libtiff-devel libxml2-devel libssl-devel libcurl-devel
$ sudo zypper in dbus-devel libgphoto2-devel gconf-devel gtk2-devel gconf2-devel lensfun-devel
$ sudo zypper in lcms-debel lcms-devel exiv2-devel libexiv2-devel liblcms-devel
$ sudo zypper in sqlite3-devel libopenssl-devel libopenssl-devel fftw3-devel
- Some packages are not available in the default repositories, but zypper can handle this...
$ sudo zypper in http://download.opensuse.org/repositories/network:/utilities/openSUSE_11.4/x86_64/libflickcurl0-1.21-1.1.x86_64.rpm
$ sudo zypper in http://download.opensuse.org/repositories/network:/utilities/openSUSE_11.4/x86_64/libflickcurl-devel-1.21-1.1.x86_64.rpm
$ cd $HOME/Downloads
$ tar xfz rawstudio-2.0.tar.gz
$ cd rawstudio-2.0
$ ./configure
$ make
$ sudo make install
$ sudo /sbin/ldconfig
- Now you will see the application appear in the menu's
- Time to start the digital workflow... enjoy