openFrameworks Installation und ein Beispiel Build

Preview:

DESCRIPTION

 

Citation preview

� of �1 9

Installation openFrameworks und “Build” (Erstellungsprozess) ein Beispiel App

1. Installieren Xcode 5.0.2, VisualStudio 2013 Express for Windows Desktop"• Xcode von App Store"• VisualStudio 2013 von http://www.visualstudio.com/downloads/download-visual-studio-vs

* Ich habe nur die VisualStudio 2013 Expresse Version beim Windows 7 64 Bit ausprobiert.

� of �2 9

2. Herunterladen openFrameworks"• http://www.openframeworks.cc/download/"• Mac : Xcode Version"• Windows : VisualStudio Version

� of �3 9

3. In dem openFrameworks Ordner"• öffnen den “of_v0.8.0_osx_release” ordner und particlesExample

� of �4 9

4. Ändern Scheme zum particlesExample Debug

5. Anklicken “Run and then the current scheme”

� of �5 9

6. Anklicken den “OK”, wenn eine Warnung entsteht.

7. Die Application wird automatisch laufen.

� of �6 9

8. In “bin” Ordner wird eine echte Application (debug Version) sein.

� of �7 9

Windows Beispiel"1. Öffnen den ordner und particlesExample.VC++ Project

� of �8 9

2. Build"• Wenn man die rechte Maustaste auf particlesExample in Solution Explorer Menu anklicken, ein Fenster entsteht."• Danach anklicken “Build”

� of �9 9

4. Run"• Öffnen den “bin” Ordner und doppelklicken “particlesExample_debug.exe”

3. End Build (Erstellungsprozess)"• Wenn das Build fertig ist, ein Message in LogWindows in VS2013 entsteht.

Recommended