|
Mobile Edition |
Qtopia.net formatted for mobile devices. |
|
Installing Source Code into the Greenphone SDK
|
Instructions for installing Qtopia Source code into the Greenphone SDK
Download
The source code for Qtopia is not included with the SDK CD, and it will have to be downloaded seperately.
- Professional and Light SDK's - Refer to the email you received.
- Open Source Editions
Installing
For all versions
Once you have the source package, it will need to be manually installed into the SDK, following these easy steps:
- Copy the package to a USB drive, a Windows or NFS Shared directory.
- If you are using a USB drive:
- Put the USB drive into the USB port on your host machine.
- It should automatically mount the USB drive as '/mnt/usbdrive'.
If you are using a Windows Shared directory:
- Click on the 'K' menu icon on the lower left of the task bar. Select 'Utilities' and then 'Smb4k'. This will start the Windows share browser.
- Select the share where the source package is, and click the 'Mount' button.
The share will be mounted as
/home/user/smb4k/<MACHINE>/<SHARE>
If you are using an NFS shared directory:
- From the konsole application, mount your directory like this:
mount -o nolock username@machinename:/path/to/share nfs
-
Copy the package to the SDK directory: /devel/greenphone-sdk-source/package/
Click the 'Konsole' desktop icon, and type:
mkdir -p /devel/greenphone-sdk-source/package
cd /devel/greenphone-sdk-source/package
tar -xzvf /home/user/path_to_files/<MACHINE>/<SHARE>/qtopia-phone-commercial-src-<QTOPIA_VERSION>.tar.gz
cd qtopia-phone-<QTOPIA_VERSION>
You will now be able to run the debugger with source code.
|
|
|
|
All content Copyright © 2008, by Trolltech. All Rights Reserved.
|
|
|