=========================
Xsaitekpanels is written by William R. Good.
This project is and will be continue to be completely free, but if you want to support it by means of donation, I really would appreciate that.
Thank you,
Bill
-
Install required software using Chocolatey using admin command prompt:
choco install git cmake choco install mingw --version 8.1.0
You can also install the same programs manually if you prefer.
-
Checkout and configure the project:
git clone https://github.com/sparker256/xsaitekpanels.git cd xsaitekpanels cmake -G "MinGW Makefiles" -S .\src -B .\build -DCMAKE_BUILD_TYPE=RelWithDebInfo
-
Build the project and copy the plugin DLL into the appropriate directory:
cmake --build .\build mkdir .\Xsaitekpanels\win_x64 copy .\build\win.xpl .\Xsaitekpanels\win_x64\Xsaitekpanels.xpl
-
Install required software:
sudo apt-get install -y --no-install-recommends build-essential cmake git freeglut3-dev libudev-dev libopenal-dev
-
Checkout and configure the project:
git clone https://github.com/sparker256/xsaitekpanels.git cd xsaitekpanels cmake -S ./src -B ./build -DCMAKE_BUILD_TYPE=RelWithDebInfo
-
Build the project and copy the plugin DLL into the appropriate directory:
cmake --build ./build mkdir ./Xsaitekpanels/lin_x64 cp ./build/lin.xpl ./Xsaitekpanels/lin_x64/Xsaitekpanels.xpl
-
Install XCode, Git, CMake (Homebrew can be convenient for this).
-
Checkout and configure the project:
git clone https://github.com/sparker256/xsaitekpanels.git cd xsaitekpanels cmake -S ./src -B ./build -DCMAKE_BUILD_TYPE=RelWithDebInfo
-
Build the project and copy the plugin DLL into the appropriate directory:
cmake --build ./build mkdir ./Xsaitekpanels/mac_x64 cp ./build/mac.xpl ./Xsaitekpanels/mac_x64/Xsaitekpanels.xpl