diff --git a/manual/source/index.rst b/manual/source/index.rst index 35ce5cf..5b548ff 100644 --- a/manual/source/index.rst +++ b/manual/source/index.rst @@ -9,7 +9,8 @@ Getting Started With OpenLP introduction system_requirements - install_windows_mac + install_windows + install_mac install_linux install_bsd diff --git a/manual/source/install_mac.rst b/manual/source/install_mac.rst new file mode 100644 index 0000000..00561b8 --- /dev/null +++ b/manual/source/install_mac.rst @@ -0,0 +1,30 @@ +Installing OpenLP on Mac OS X +============================= + +If you have not already downloaded the correct file from the `OpenLP website`_, +download it now. Then double click on the .dmg file. This will open a window with two +icons: An OpenLP icon and an Applications Folder icon. To install OpenLP, simply drag +the OpenLP icon over to the Applications folder icon and you will be ready to use +OpenLP. OpenLP will be available in your Applications folder. + +.. image:: pics/mac-os-x-dnd-install.png + +With the release of Mac OS X 10.8 applications not downloaded throught the Mac +App Store will not run by default. A setting must be changed in the Security & +Privacy Settings to run OpenLP. + +Click the Apple icon and open System Preferences + +.. image:: pics/mac-os-x-system-menu.png + +Open the Security & Privacy settings + +.. image:: pics/mac-os-x-settings.png + +Change the setting from Mac App Store to Anywhere. If the settings are grayed +out click on the lock in the lower lefthand corner of the settings window to +enable editing. + +.. image:: pics/mac-os-x-security-and-privacy.png + +.. _OpenLP website: https://openlp.org/ diff --git a/manual/source/install_windows_mac.rst b/manual/source/install_windows.rst similarity index 58% rename from manual/source/install_windows_mac.rst rename to manual/source/install_windows.rst index 1cd2620..9d8bf64 100644 --- a/manual/source/install_windows_mac.rst +++ b/manual/source/install_windows.rst @@ -51,35 +51,3 @@ When the install is complete you will have the option to launch OpenLP. After making your selection click :guilabel:`Finish` -Installing OpenLP on Mac OS X -============================= - -Version 10.8 (Mountain Lion) and Newer --------------------------------------- - -With the release of version 10.8 applications not downloaded throught the Mac -App Store will not run by default. A setting must be changed in the Security & -Privacy Settings to run OpenLP. - -Click the Apple icon and open System Preferences - -.. image:: pics/mac-os-x-system-menu.png - -Open the Security & Privacy settings - -.. image:: pics/mac-os-x-settings.png - -Change the setting from Mac App Store to Anywhere. If the settings are grayed -out click on the lock in the lower lefthand corner of the settings window to -enable editing. - -.. image:: pics/mac-os-x-security-and-privacy.png - -If you have not already downloaded the correct file from the OpenLP -`website `_, download it now. Then double click on the -.dmg file. This will open a window with two icons: An OpenLP icon and an -Applications Folder icon. To install OpenLP, simply drag the OpenLP icon over to -the Applications folder icon and you will be ready to use OpenLP. OpenLP will be -available in your Applications folder. - -.. image:: pics/mac-os-x-dnd-install.png