Fork the repo at GitHub, enable Actions for the fork, make the changes, push to GitHub and let Actions build all the platform binaries for you.
You will find the results under the specific workflow run in Actions (look for *-binaries).
Note that the first CMake configure run will take a long time as vcpkg will build all the dependency libraries from source.
- Install latest Visual Studio. Enable C++ development when installing.
- Install latest CMake
git clone --recurse-submodules https://github.com/mikoro/orientview.gitcd orientview; mkdir build; cd build; cmake ..; cmake --build .
Alternatively after cmake .. one can open the OrientView.sln in Visual Studio and build there.
sudo apt update && sudo apt install build-essential cmake nasm bison libxi-dev libxtst-dev '^libxcb.*-dev' libx11-xcb-dev libgl1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libltdl-devgit clone --recurse-submodules https://github.com/mikoro/orientview.gitcd orientview && mkdir build && cd build && cmake .. && cmake --build .
xcode-select --installbrew install cmakegit clone --recurse-submodules https://github.com/mikoro/orientview.gitcd orientview && mkdir build && cd build && cmake .. && cmake --build .