MatteoGodzilla / djhcpp

Dj Hero Control Panel Plus
1 stars 1 forks source link

DJHCPP

Dj Hero Control Panel Plus, a better version of DJHCP written in C++/CMake

Release

If you want to download the latest release, Click Here

Build instructions

First of all, download the repo with all of the submodules

git clone --recurse-submodules https://github.com/MatteoGodzilla/djhcpp.git
cd djhcpp
mkdir build

Then follow the instructions below depending on what OS you want to build for.

MSYS2 (Windows) prerequisites

Gnu/Linux prerequisites

Actually building the code

DJHCPP is a cmake project, so if you already know how to build using cmake this section is irrelevant.

If otherwise you don't know how to build, there are two utility sh scripts in the root of the project. build-release.sh and build-debug.sh will build using standard unix makefiles.

These scripts are meant to be run in the root of the project with a build folder already present (if you followed this readme you already made that folder).