SailfishOS SDK Installation: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:SailfishOS::Introduction_tutorial]]
[[Category:SailfishOS::Introduction_tutorial]]


[toc align_right="yes" depth="2"]
[toc align_right="yes" depth="2"]


'''English''' | [[:SailfishOS_SDK_Installation_Polish|Polski]]
'''English''' | [[:SailfishOS_SDK_Installation_Polish|Polski]]


''''_<br />Article is part 1 of &quot;Introduction Tutorial&amp;quot;:/wiki/Category:SailfishOS::Introduction_tutorial.<br />&quot;Go To Part 2 &gt;&quot;:/wiki/SailfishOS_first_application<br />''''_
''''_
Article is part 1 of "Introduction Tutorial":/wiki/Category:SailfishOS::Introduction_tutorial.
"Go To Part 2 >":/wiki/SailfishOS_first_application
''''_


= SailfishOS SDK installation =
= SailfishOS SDK installation =
Line 13: Line 16:
Sailfish SDK is provided with the graphical installer which makes installation process really easy. Using precreated installer is recommended. SDK installers are available for given platforms:
Sailfish SDK is provided with the graphical installer which makes installation process really easy. Using precreated installer is recommended. SDK installers are available for given platforms:


* &quot;linux 32bit installer&amp;quot;:http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-linux-32-offline.run
* "linux 32bit installer":http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-linux-32-offline.run
* &quot;linux 64bit installer&amp;quot;:http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-linux-64-offline.run
* "linux 64bit installer":http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-linux-64-offline.run
* &quot;windows installer(XP/Vista/Windows 7)&quot;:http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-windows-offline.exe
* "windows installer(XP/Vista/Windows 7)":http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-windows-offline.exe
* &quot;OS X installer&amp;quot;:http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-mac-offline.dmg
* "OS X installer":http://jolla.cachefly.net/SailfishOSSDK/alpha/installers/SailfishOSSDK-Alpha-1312-Qt5-mac-offline.dmg


After downloading installer matching your platform please do the following steps.
After downloading installer matching your platform please do the following steps.
Line 24: Line 27:
=== Remove any previous versions of SailfishOS SDKs, in example SailfishOS Alpha SDK. ===
=== Remove any previous versions of SailfishOS SDKs, in example SailfishOS Alpha SDK. ===


If you have an existing SailfishOS Alpha SDK it must be removed. Please run the &quot;SDKMaintenanceTool&amp;quot; found in the installation directory (usually SailfishOS in your home/user directory) and remove all components.
If you have an existing SailfishOS Alpha SDK it must be removed. Please run the "SDKMaintenanceTool" found in the installation directory (usually SailfishOS in your home/user directory) and remove all components.


=== Ensure You have all needed pre-requisites ===
=== Ensure You have all needed pre-requisites ===


* &quot;Oracle VirtualBox&amp;quot;:https://www.virtualbox.org/ version 4.1.18 or higher pre-installed on the host machine.<br />''On Linux, you should install the VirtualBox supplied by your distribution. With other operating systems, it is recommended using installation packages from http://www.virtualbox.org.''
* "Oracle VirtualBox":https://www.virtualbox.org/ version 4.1.18 or higher pre-installed on the host machine.
''On Linux, you should install the VirtualBox supplied by your distribution. With other operating systems, it is recommended using installation packages from http://www.virtualbox.org.''
* About 5GB of free disk space
* About 5GB of free disk space
* 4GB of RAM or more is recommended
* 4GB of RAM or more is recommended
Line 36: Line 40:
=== Linux ===
=== Linux ===


# Before running installer on linux we have to provide executable permissions to it. To do this open the Terminal application on your host system and run:<br /><code>$ chmod +x ~/Downloads/&amp;lt;installer_name&amp;gt;<code>
# Before running installer on linux we have to provide executable permissions to it. To do this open the Terminal application on your host system and run:
<code>$ chmod +x ~/Downloads/<installer_name><code>


# Next Run the installer as a normal user (i.e not as root user). By default it will install to SailfishOS/ in your home directory.<br /></code>$ ./Downloads/&amp;lt;installer_name&amp;gt;</code>
# Next Run the installer as a normal user (i.e not as root user). By default it will install to SailfishOS/ in your home directory.
</code>$ ./Downloads/<installer_name></code>


=== Windows ===
=== Windows ===


# Locate the downloaded installer with explorer or cmd.
# Locate the downloaded installer with explorer or cmd.
# Next run the installer by double clicking in explorer or in cmd<br /><code>&gt; PATHlt;installer_name&amp;gt;.exe<code>
# Next run the installer by double clicking in explorer or in cmd
<code>> PATHlt;installer_name>.exe<code>
# If the security warning popup would appear informing You that publisher of appication is unknow, agree to run the file.
# If the security warning popup would appear informing You that publisher of appication is unknow, agree to run the file.


Line 72: Line 79:
# TODO…
# TODO…


''''_<br />Article is part 1 of &quot;Introduction Tutorial&amp;quot;:/wiki/Category:SailfishOS::Introduction_tutorial.<br />&quot;Go To Part 2 &gt;&quot;:/wiki/SailfishOS_first_application<br />''''_
''''_
Article is part 1 of "Introduction Tutorial":/wiki/Category:SailfishOS::Introduction_tutorial.
"Go To Part 2 >":/wiki/SailfishOS_first_application
''''_

Revision as of 10:45, 25 February 2015


[toc align_right="yes" depth="2"]

English | Polski

'_ Article is part 1 of "Introduction Tutorial":/wiki/Category:SailfishOS::Introduction_tutorial. "Go To Part 2 >":/wiki/SailfishOS_first_application '_

SailfishOS SDK installation

1. Get SDK Installer

Sailfish SDK is provided with the graphical installer which makes installation process really easy. Using precreated installer is recommended. SDK installers are available for given platforms:

After downloading installer matching your platform please do the following steps.

2. Prepare enviroment

Remove any previous versions of SailfishOS SDKs, in example SailfishOS Alpha SDK.

If you have an existing SailfishOS Alpha SDK it must be removed. Please run the "SDKMaintenanceTool" found in the installation directory (usually SailfishOS in your home/user directory) and remove all components.

Ensure You have all needed pre-requisites

On Linux, you should install the VirtualBox supplied by your distribution. With other operating systems, it is recommended using installation packages from http://www.virtualbox.org.

  • About 5GB of free disk space
  • 4GB of RAM or more is recommended

3. Running the Installer

Linux

  1. Before running installer on linux we have to provide executable permissions to it. To do this open the Terminal application on your host system and run:
$ chmod +x ~/Downloads/<installer_name><code>

# Next Run the installer as a normal user (i.e not as root user). By default it will install to SailfishOS/ in your home directory.

$ ./Downloads/<installer_name>

Windows

  1. Locate the downloaded installer with explorer or cmd.
  2. Next run the installer by double clicking in explorer or in cmd

> PATHlt;installer_name>.exe

  1. If the security warning popup would appear informing You that publisher of appication is unknow, agree to run the file.

OS X

  1. Open SDK Installer package by double-clicking the icon.
  2. Open the SDK Installer application found from the package.

4. Common installation flow

Windows

  1. The SDK Installer would open with a welcome screen.
  2. Next It would let You to choose location where to install SDK.
  3. Next It would let You to set projects directory.
  4. Then You will be able to choose which modules shall be installed. Note: required modules are unable to switch off.
  5. Then You will have to read and acccept all of the licenses agreements.
  6. Next You will specify the start menu shortcut path
  7. Finally You are ready to install the SDK. Clicking install button would start the proccess.
  8. After installation ends the installer would prompt last window informing about succes and providing checkbox letting you run SailfishOS after closing the window.

OS X

  1. TODO…

Linux

  1. TODO…

'_ Article is part 1 of "Introduction Tutorial":/wiki/Category:SailfishOS::Introduction_tutorial. "Go To Part 2 >":/wiki/SailfishOS_first_application '_