Skip to content

Entwicklung

Alexander edited this page Mar 12, 2017 · 4 revisions

Vorraussetzungen

  • Oracle JDK 8 / OpenJDK 8 + JavaFX
  • git und git-flow

Code auschecken

mkdir mediathekview
cd mediathekview
git clone https://github.com/mediathekview/MLib.git
cd MLib

Workflow

Siehe MediathekView Wiki: Entwicklung: git-flow

Bauen und starten an der Kommandozeile

cd MediathekView
./gradlew run

Entwicklung mit Netbeans

  • Verzeichnisse MLib mit Netbeans öffnen

Entwicklung mit Eclipse

  • Falls noch nicht vorhanden: Plugin buildship installieren
  • Projekt MLib als Gradle-Projekt importieren.