zhenghaoz / McDesktop

Mac OS dynamic desktop port for Windows/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 93.4%Language:CMake 5.3%Language:C 1.3%