X-Plane 12 Window API to map buttons to commands in VR
-
Install required software using Chocolatey using admin command prompt:
choco install git choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' 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/xbtn2cmd.git cd xbtn2cmd 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 cp .\build\win.xpl .\Xbtn2cmd\64\
-
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/xbtn2cmd.git cd xbtn2cmd 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 ./Xbtn2cmd/64 cp ./build/lin.xpl ./Xbtn2cmd/64/
-
Install XCode, Git, CMake (Homebrew can be convenient for this).
-
Checkout and configure the project:
git clone https://github.com/sparker256/xbtn2cmd.git cd xbtn2cmd 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 ./Xbtn2cmd/64 cp ./build/mac.xpl ./Xbtn2cmd/64/