License

Rawstudio is licensed under the GNU General Public License, version 2. This means you are free to download, use and modify the program under the conditions described in the license.

Releases

Source files for all releases can be found here.

Packages for Ubuntu can be found here.

Daily

Daily build packages for Ubuntu can be found here.

Installing from source

$ tar xfz rawstudio-x.y.tar.gz
$ cd rawstudio-x.y
$ ./configure
$ make
$ sudo make install

Github repository

Anonymous checkout of active development tree is possible here.

Installing

$ git clone https://github.com/rawstudio/rawstudio.git $ cd rawstudio
$ ./autogen.sh
$ make
$ sudo make install