Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1009 Bytes

installation.rst

File metadata and controls

36 lines (22 loc) · 1009 Bytes

Installation

Building from source

To build the application from source make sure you have a JDK (at least 8) installed and properly set up. It's all just about Gradle working well, so don't worry.

Now, download the source from GitHub using git clone (alternatively you could also download and extract a zipped version of the repository):

git clone https://github.com/JnCrMx/DynamicWallpaper

Then build the application using Gradle (you don't need to have it installed for this):

Windows (in CMD)

gradlew.bat build

Unix (in bash)

chmod +x gradlew
./gradlew build
  • For next steps see Launching the application.
  • For setting the program up for being able to use YouTube as a video source see Using videos from YouTube.