Building on Linux

Building VLC Skin Editor requires the Sun Java SE JDK 6. If you don't have it, get it by running sudo apt-get install sun-java6-jdk

Get the sources via svn co svn://svn.videolan.org/skin-designer/trunk/ skin-designer or download the trunk folder via trac.

Then run ./build.sh which will build a JAR file and a run script.

Start VLC Skin Editor by executing ./VLCSkinEditor

Building on Windows

Building VLC Skin Editor requires the Sun Java SE JDK 6. If you don't have it, download it from Sun.com.

If you have SubVersion? installed get the source via svn co svn://svn.videolan.org/skin-designer/trunk/ skin-designer. Else download the trunk folder via trac.

Then run build.bat which will build a JAR file.

To start VLC Skin Editor doubleclick VLCSkinEditor.jar If that should fail run java -jar VLCSkinEditor.jar