Meego Wiki
Views

SDK/Tablet/MeeGo Tablet SDK 1.2 Preview for Linux/Download the SDK

From MeeGo wiki
< SDK | Tablet | MeeGo Tablet SDK 1.2 Preview for Linux(Difference between revisions)
Jump to: navigation, search
(categorise, wikify)
 
Line 1: Line 1:
-
<h2>Run the MeeGo SDK Installer</h2>
+
== Run the MeeGo SDK Installer ==
 +
 
Download and run the installation script:  
Download and run the installation script:  
-
<table border='1' cellpadding='3px' style="padding: 0em">
+
{| class="wikitable"
-
<tr><th>Description</th><th>Download Link</th></tr>
+
|+ Download information
-
+
|-
-
<tr>
+
! Description !! Download Link
-
    <td>Tablet SDK installer 1.2 preview</td>
+
|-
-
    <td>[http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online  meego-sdk-installer-online]</td>
+
| Tablet SDK installer 1.2 preview || [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online  meego-sdk-installer-online]
-
    </tr>
+
|}
-
</table>
+
-
 
+
  $ chmod +x ./meego-sdk-installer-online
  $ chmod +x ./meego-sdk-installer-online
  $ sudo -E ./meego-sdk-installer-online --verbose
  $ sudo -E ./meego-sdk-installer-online --verbose
 +
Note that --verbose is  optional and "-E" is to preserve the environment (especially for <code>http_proxy</code>).
-
Note that --verbose is  optional and "-E" is to preserve the environment (especially for http_proxy).
+
The installer will use "<code>sudo</code>" during the installation. If you have proxy setting, make sure the proxy setting can be passed through to the sudoers. You can use "<code>sudo -E</code>" to preserve the environment or you need to add:
 +
Defaults env_keep += "http_proxy https_proxy no_proxy"
 +
into <code>/etc/sudoers</code>.
-
The installer will use "sudo" during the installation. If you have proxy setting, make sure the proxy setting can be passed through to the sudoers. You can use "sudo -E" to preserve the environment or you need to add<br>
+
You can also use root to start "<code>./meego-sdk-installer-online</code>". Also, please make sure your proxy setting is correct.
-
Defaults env_keep += "http_proxy https_proxy no_proxy"<br><br>
+
note: SDK without using the installer - http://download.meego.com/live/Tools:/SDK:/Host
-
into /etc/sudoers.
+
-
You can also use root to start "./meego-sdk-installer-online". Also, please make sure your proxy setting is correct.
+
[[Category:SDK]]
-
 
+
[[Category:Meego-1.2]]
-
note: SDK without using the installer - http://download.meego.com/live/Tools:/SDK:/Host
+
[[Category:Linux]]

Latest revision as of 14:05, 14 April 2011

Run the MeeGo SDK Installer

Download and run the installation script:

Download information
Description Download Link
Tablet SDK installer 1.2 preview meego-sdk-installer-online
$ chmod +x ./meego-sdk-installer-online
$ sudo -E ./meego-sdk-installer-online --verbose

Note that --verbose is optional and "-E" is to preserve the environment (especially for http_proxy).

The installer will use "sudo" during the installation. If you have proxy setting, make sure the proxy setting can be passed through to the sudoers. You can use "sudo -E" to preserve the environment or you need to add:

Defaults env_keep += "http_proxy https_proxy no_proxy"

into /etc/sudoers.

You can also use root to start "./meego-sdk-installer-online". Also, please make sure your proxy setting is correct.

note: SDK without using the installer - http://download.meego.com/live/Tools:/SDK:/Host

Personal tools