Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixes: #1689
|
|
|
|
|
|
tracker/nn: Add new models
Co-Authored-By: Stanislaw Halik <sthalik@misaki.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
改进可读性
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formatting corrections and minor revisions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exporting an EVN-Variable OTR_OSX_ARCH=arm64
I build with after cloning the repo
cd opentrack
export OTR_OSX_ARCH=arm64 ; cmake --toolchain ./cmake/apple.cmake -S . -B build
cd build
make install
|
|
Using install-fail-tool with macdeployqt together will load duplicate
copies of the shared libraries into the process, leading to crashes.
Reported by: @matatata
Issue: #1705
|
|
|