MADDE

(Guides)
(wikify and add links)
Line 14: Line 14:
Latest '''TECHNOLOGY PREVIEW''' is version 0.6.72, published 2010-05-28.
Latest '''TECHNOLOGY PREVIEW''' is version 0.6.72, published 2010-05-28.
-
You are welcome to test the tool in your development process. But keep in mind that this is a technology preview. We highly appreciate your feedback in talk, the developer list and especially in bugzilla (Developer Platform -> MADDE).
+
You are welcome to test the tool in your development process. But keep in mind that this is a technology preview. We highly appreciate your feedback in talk, the [https://lists.maemo.org/mailman/listinfo/maemo-developers maemo-developers mailing list] and especially in [https://bugs.maemo.org/ bugzilla] (Developer Platform -> MADDE).
Find the talk-thread around MADDE [http://talk.maemo.org/showthread.php?t=38075 here].
Find the talk-thread around MADDE [http://talk.maemo.org/showthread.php?t=38075 here].
Line 20: Line 20:
== Installation ==
== Installation ==
-
'''1. Download the file for your operating system from:'''
+
# Download the file for your operating system from [http://tablets-dev.nokia.com/MADDE.php MADDE downloads]
-
:[http://tablets-dev.nokia.com/MADDE.php MADDE downloads]
+
# Depending on your operating system:
 +
#* '''Windows:''' Execute the downloaded file and follow the instructions<br />NOTE: You need NTFS file system for installing MADDE on the drive.
 +
#* '''Linux, Mac OS X:''' Open the terminal and run:<pre>sh <MADDE installer></pre>
 +
# Start the environment
 +
#* '''Windows:''' Find the MADDE terminal in:<pre>Start -> Programs -> MADDE -> MADDE terminal</pre>General information for Windows users: Projects, which are created in MADDE are stored in:<pre>C:\MADDE\<version>\home\<username></pre>
 +
#* '''Linux, Mac OS X:''' Use the terminal to run the MADDE commands as described in the guides.
 +
== Guides ==
-
 
-
'''2. Depending on your operating system:'''
 
-
 
-
 
-
* '''Windows:'''
 
-
:Execute the downloaded file and follow the instructions
 
-
NOTE: You need NTFS file system for installing MADDE on the drive.
 
-
 
-
* '''Linux, Mac OS X '''
 
-
:Open the terminal and run:
 
-
sh <MADDE installer>
 
-
 
-
 
-
 
-
'''3. Start the environment'''
 
-
 
-
 
-
* '''Windows'''
 
-
:Find the MADDE terminal in:
 
-
:Start -> Programs -> MADDE -> MADDE terminal
 
-
 
-
:A general information for Windows users: Projects, which are created in MADDE are stored in:
 
-
:C:\MADDE\<version>\home\<username>
 
-
 
-
 
-
* '''Linux, Mac OS X'''
 
-
:Use the terminal to run the MADDE commands as described in the guides.
 
-
 
-
== Guides ==
 
* '''Guides: MADDE integration for QtCreator
* '''Guides: MADDE integration for QtCreator
**[[/QtCreator_integration_for_windows | QtCreator integration for Windows]]
**[[/QtCreator_integration_for_windows | QtCreator integration for Windows]]
**[[/QtCreator_integration_for_Mac | QtCreator integration for Mac]]
**[[/QtCreator_integration_for_Mac | QtCreator integration for Mac]]
**[[/QtCreator_integration_for_linux| QtCreator integration for Linux]]
**[[/QtCreator_integration_for_linux| QtCreator integration for Linux]]
-
 
* '''New: [[/QEMU_runtime | How to use the QEMU runtime]]'''
* '''New: [[/QEMU_runtime | How to use the QEMU runtime]]'''
* [[/Known issues | Known issues]]
* [[/Known issues | Known issues]]

Revision as of 08:54, 10 June 2010

Image:Ambox_notice.png
MADDE is currently a technology preview.

These instructions are liable to change as development progresses. If some of the components do not work as expected, please add your question to the MADDE talk thread and follow up the discussion.

tablets-dev.nokia.com is down, see MADDE#Installation for alternatives.



Introduction

This is a TECHNOLOGY PREVIEW of a new development tool for Maemo. MADDE stands for Maemo Application Development and Debugging Environment and offers the following features:

  • Command-line cross-compiling
  • Multi-platform support (Linux (32-bit/64-bit), Windows, Mac OS X)
  • Configurable for different targets & toolchains
  • Client for the device to simplify the development process
  • Simplicity

Latest TECHNOLOGY PREVIEW is version 0.6.72, published 2010-05-28.

You are welcome to test the tool in your development process. But keep in mind that this is a technology preview. We highly appreciate your feedback in talk, the maemo-developers mailing list and especially in bugzilla (Developer Platform -> MADDE).

Find the talk-thread around MADDE here.

Installation

  1. Download the file for your operating system from MADDE downloads
  2. Depending on your operating system:
    • Windows: Execute the downloaded file and follow the instructions
      NOTE: You need NTFS file system for installing MADDE on the drive.
    • Linux, Mac OS X: Open the terminal and run:
      sh <MADDE installer>
  3. Start the environment
    • Windows: Find the MADDE terminal in:
      Start -> Programs -> MADDE -> MADDE terminal
      General information for Windows users: Projects, which are created in MADDE are stored in:
      C:\MADDE\<version>\home\<username>
    • Linux, Mac OS X: Use the terminal to run the MADDE commands as described in the guides.

Guides