Menu
|
|
|
Installation
|
This is a document for really newbies to linux and/or so don't complain that every step
is explained in such a high detail.
(for not newbies simply use the normal way => ./configure && make && make install)
After downloading the file the first thing you need to do is:
copy the downloaded file to a folder where you want to compile it
Now open a console and if you aren't root change to root with the command
su
and enter your root password. This should look like this:

Now we need to extract the tar.gz file this is done with two commands:

Next is switching to the directorie where the file was extracted to:

Then the first step of compilation is the configuration simply type:
./configure
When this starts it should look like this:

if it was succesfull you should see this at the end of ./configure:

Now we will compile the programm using:
make
Which looks like this when it starts

and like this when it was finished succesfully:

Now you need to copy the program parts to the application folders
This is done by typing
make install
and looks like:

at end of the insallation you should see sth. like this:

Now kphotools is installed. To start it press:
ALT-F2
and a window will appear. Simply enter "kphotools" in it.

If eveything worked well kphotools should appear on your screen.
|
Create albums
|
///////////////////////
//ToDo
///////////////////////
|
Take Screenshots
|
///////////////////////
//ToDo
///////////////////////
|
|