<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: rtl;">
<head>
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
I tried to install the latest beta version from a tarball. I went to
the site (quoted below), and tried to execute them. <br>
<h1 class="title">Installing a tarball</h1>
<span class="submitted"></span>
<p>Installing
a tarball will get you the most up-to-date stable version of digiKam.
But it can happen that you run into all kinds of problems related to
compiling. </p>
<p>So, if your distribution is running behind a lot, you can install a
tarball. First you have to download digiKam from one of the sourceforge
mirrors. You can do that from <a
 href="http://sourceforge.net/project/showfiles.php?group_id=42641&package_id=34800">here</a></p>
<p>Extract the tarball via <code>tar -xvjf filename.bz2</code>, enter
the extracted directory and then you need to issue a set of commands.
The first command requires a parameter, which is the prefix. This will
be the base path of the installation. If you want to install it mixed
with your other software you can use the output of <code>kde-config
--prefix</code> as a prefix. Else specify the installation map you
like. In the following, we assume the /usr prefix.</p>
Set of commands to build the tarball:<br>
<code><br>
./configure --prefix=/usr<br>
make<br>
su -c "make install"<br>
<br>
When going into the extracted directory I get the following output when
typing ./command:<br>
<br>
errol@errol-linux:~$ cd /home/errol/digikam-1.0.0-beta3<br>
<a class="moz-txt-link-abbreviated" href="mailto:errol@errol-linux:~/digikam-1.0.0-beta3$">errol@errol-linux:~/digikam-1.0.0-beta3$</a> ./configure<br>
bash: ./configure: No such file or directory<br>
 <br>
Where am I going wrong?<br>
Errol<br>
</code>
</body>
</html>