| Line 13: | Line 13: | ||
<code><br> | <code><br> | ||
$ chmod +x ./meego-sdk-installer-online<br> | $ chmod +x ./meego-sdk-installer-online<br> | ||
| - | $ sudo -E ./meego-sdk-installer-online <br> | + | $ sudo -E ./meego-sdk-installer-online --verbose <br> |
</code> | </code> | ||
| - | Note | + | 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<br> | 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> | ||
Defaults env_keep += "http_proxy https_proxy no_proxy"<br><br> | Defaults env_keep += "http_proxy https_proxy no_proxy"<br><br> | ||
| - | into /etc/sudoers. | + | into /etc/sudoers. |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
Download and run the installation script:
| 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.