NOTICE: THIS IS A PUBLIC ARCHIVE OF CODE, IT WILL NO LONGER BE MAINTAINED OR UPDATED. AS OF THE DAY MAY, 4th 2025.
On Linux and WSL2, extra dependencies are required to build, which can be installed with the following command:
sudo apt install libwayland-dev libxkbcommon-dev xorg-devTo install the FreeType library on Linux and WSL2, use the following command:
sudo apt install libfreetype-devWindows:
On Windows, use the following command in a Msys2-UCRT terminal.
pacman -S mingw-w64-ucrt-x86_64-freetypeTo install OpenCV for Ubuntu, use the following command and it should be ready to go. This is something that will make working on Windows more difficult as enabling camera access for WSL is difficult.
sudo apt install libopencv-devWindows:
On Windows, use the following command in a Msys2-UCRT terminal.
pacman -S mingw-w64-ucrt-x86_64-opencv