Skip to content

zhenghaoz/McDesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SunDesktop

Platform Build Status
Linux Linux
Windows Windows

SunDesktop is a solar-aware dynamic wallpaper engine.

Build

The build process requires:

Linux

# Install dependencies
sudo apt-get install qt5-default qttools5-dev libboost-all-dev

# Clone repo
git clone https://github.com/zhenghaoz/sundesktop.git

# Create build folder
cd sundesktop
mkdir build
cd build

# Build
cmake .. && make -j 4

Windows

# Install Qt

# Install Boost

# Create build folder
cd sundesktop
mkdir build
cd build

# Build
cmake .. && cmake --build . --parallel 4

Usage

Acknowledgments

About

Mac OS dynamic desktop port for Windows/Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published