diff --git a/manual/source/installation.rst b/manual/source/installation.rst index 32cda07..5a27e51 100644 --- a/manual/source/installation.rst +++ b/manual/source/installation.rst @@ -137,7 +137,7 @@ Install OpenLP:: user@ubuntu:~$ sudo apt-get install openlp -OpenLP should now be available in your desktops menu system, but if you wish +OpenLP should now be available in your desktop's menu system, but if you wish to run OpenLP from the command line type:: user@ubuntu:~$ openlp @@ -145,6 +145,9 @@ to run OpenLP from the command line type:: Fedora (GNOME) ^^^^^^^^^^^^^^ +**Note** When installing OpenLP you will need to have administrator privileges. +You will be asked for the administrator password to install. + Installing with Fedora you will use the default Add/Remove Programs available from :menuselection:`System --> Administration --> Add/Remove Programs` in Fedora 14 and below or in :menuselection:`Applications --> System Tools --> @@ -175,4 +178,58 @@ later. OpenLP will be available in :menuselection:`Applications --> Sound & Video --> OpenLP` +Fedora (KDE) +^^^^^^^^^^^^ +**Note** when installing OpenLP you will need to have administrator privileges. +You will be asked for the administrator password to install. + +From the KickOff open *Get and Remove Software*. Type OpenLP into the search +box. Then click :guilabel:`Find by name` or press :kbd:`Enter`. + +.. image:: pics/1fedoragetremove.png + +Select OpenLP from the search results. Next, click :guilabel:`Apply` + +.. image:: pics/2fedoragetremove.png + +Now give permission to install other software dependencies that are needed by +clicking :guilabel:`Continue` + +.. image:: pics/3fedoraadditionalchanges.png + +Once completed you can run OpenLP by clicking on its logo in the completed +install notification, or from the KickOff menu. + +.. image:: pics/4fedoracompleted.png + +Fedora Command Line Install +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +To install OpenLP from the command line type:: + + user@fedora:~$ sudo yum install openlp + +OpenLP should now be available in your desktop's menu system, but if you wish +to run OpenLP from the command line type:: + + user@fedora:~$ openlp + +Arch Linux +^^^^^^^^^^ + +OpenLP is availabe on Arch Linux through the Arch User Repository, or AUR. Info +on the AUR can be found `at the Arch wiki `_. + +There are a variety of tools and methods to install from the AUR. For this +example we will demonstrate using Yaourt. For more info on Yaourt please see +the `Yaourt documentation `_. + +From a terminal type:: + + user@arch:~$ yaourt -S openlp + +OpenLP should now be available in your desktop's menu system, but if you wish +to run OpenLP from the command line type:: + + user@arch:~$ openlp diff --git a/manual/source/pics/1fedoragetremove.png b/manual/source/pics/1fedoragetremove.png new file mode 100644 index 0000000..ceb05f7 Binary files /dev/null and b/manual/source/pics/1fedoragetremove.png differ diff --git a/manual/source/pics/2fedoragetremove.png b/manual/source/pics/2fedoragetremove.png new file mode 100644 index 0000000..d123901 Binary files /dev/null and b/manual/source/pics/2fedoragetremove.png differ diff --git a/manual/source/pics/3fedoraadditionalchanges.png b/manual/source/pics/3fedoraadditionalchanges.png new file mode 100644 index 0000000..c98a0a0 Binary files /dev/null and b/manual/source/pics/3fedoraadditionalchanges.png differ diff --git a/manual/source/pics/4fedoracompleted.png b/manual/source/pics/4fedoracompleted.png new file mode 100644 index 0000000..356f85e Binary files /dev/null and b/manual/source/pics/4fedoracompleted.png differ