Dj Hero Control Panel Plus, a better version of DJHCP written in C++/CMake
If you want to download the latest release, Click Here
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 MSYS
and install cmake: pacman -S mingw-w64-x86_64-cmake
MSYS2 MSYS
and open MSYS2 MinGW x64
(Any other terminal different from MinGW x64 won't see cmake).cd wxWidgets
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).