Changes between Initial Version and Version 1 of Ticket #17807


Ignore:
Timestamp:
Dec 28, 2008, 6:57:45 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17807

    • Property Port QMK-Groundstation added
  • Ticket #17807 – Description

    initial v1  
    44It is a configuration and debugging utility for the mikrokopter project: http://www.mikrokopter.de/
    55
    6 Sources are available via svn.
    7 Current Version is 0.6.0
    8 Dependency: qwt
     6Sources are available via svn.[[BR]]
     7Current Version is 0.6.0[[BR]]
     8Dependency: qwt[[BR]]
     9
    910
    1011
    1112Here's the shell skript I use to build:
    1213
    13 
     14{{{
    1415sudo port install qwt
    1516
     
    1920qmake -spec macx-xcode osx.pro
    2021xcodebuild -alltargets -configuration Release
     22}}}