/*    
 *    MediathekView
 *    Copyright (C) 2008   W. Xaver
 *    W.Xaver[at]googlemail.com
 *    http://zdfmediathk.sourceforge.net/
 *    
 *    This program is free software: you can redistribute it and/or modify
 *    it under the terms of the GNU General Public License as published by
 *    the Free Software Foundation, either version 3 of the License, or
 *    any later version.
 *
 *    This program is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU General Public License for more details.
 *
 *    You should have received a copy of the GNU General Public License
 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


Wer das Programm selbst übersetzten will, sollte sich Netbeans installieren:
http://www.netbeans.org/

Die Quelltexte gibts hier (Repository Name: MediathekView-3):
https://sourceforge.net/p/zdfmediathk/code/ci/master/tree/

Die Quelltexte kann man mit GIT laden:
git clone git://git.code.sf.net/p/zdfmediathk/code zdfmediathk-code

In Netbeans ein neues Projekt "with existing Sources" anlegen und den Ordner mit den
Quelltexten (in dem muss der Ordner "mediathek" enthalten sein) importieren.

Es müssen noch die benötigten Libs importiert werden:
https://sourceforge.net/p/zdfmediathk/code/ci/master/tree/
(im Ordner "libs")

Dann kann das Projekt übersetzt und gestartet werden.


---------------------------------------------------------------------------------------------------
Die Windows-Startdatei "Starten_Windows.exe" wurde mit:
++ Launch4j ++ (Cross-platform Java application wrapper, http://launch4j.sourceforge.net )
erstellt. Das Config-File dafür ist "launch4j.xml"
-----------------------------------------------------------------------------------------------------

