[Rawstudio-users] Rawstudio 0.7 released

Richard Querin rfquerin at gmail.com
Thu Jan 24 21:18:19 CET 2008


On Jan 24, 2008 2:59 PM, Lasse Bigum <zenith at zenith.dk> wrote:

> The release is less than four hours old, I think you need to give the
> packagers a chance! :P
>
> Besides from that, you can download the tarball at:
> http://rawstudio.org/files/release/rawstudio-0.7.tar.gz
>
> Unpack it, enter the directory, type in "./autogen" in the terminal,
> followed by a "make". Now you can type "./src/rawstudio" to launch it,
> or, if you want it installed, which I would recommend against until the
> Ubuntu folks package it for you, type "make install" to have it install
> all the icons and so on in the correct locations.
>
> /Lasse
>
> P.S. This is all out of the top from my head, but I think I got it right
>
>
>

Hehe.

I just built and installed it on Ubuntu Gutsy (running in a VMWare session).
Here's what I did:

1. Downloaded the tar.gz file and unzipped it into a folder.

2. Open the terminal and cd to that folder.

3. Enter "./configure"

4. Assuming no configuration problems (see below), Enter "make"

5. Enter "sudo make install".

6. Type "rawstudio" and enjoy!


Notes about Step 3!!

My Gutsy install seemed to be missing a couple of required packages (libjpeg
and libtiff), so I used the following commands:

sudo apt-get install libjpeg62-dev

and then:

sudo apt-get install libtiff4-dev

Then I ran into the same problem I did when 0.6 came out (something about
package paths or something) so I did a search of my Gmail to Anders and up
it came - thank you Gmail! So I had to run the following as well:

sudo apt-get build-dep rawstudio

and then:

sudo apt-get install g++


Once all that was done, the application compiled and built just fine.

Hope that helps.

NOTES: During the configure step, I got a few errors and was missing a
couple of packages. From memory, I believe I had to install libjpeg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rawstudio.org/pipermail/rawstudio-users/attachments/20080124/a4cc9f74/attachment.htm


More information about the Rawstudio-users mailing list