- Windows 10 64-bit
- Visual Studio 2019
- Git for Windows
- CMake 3.15 or later
-
Download Microsoft Windows Software Development Kit Update for Windows Vista (6.1.6000.16384.10.WindowsSDK_Vista_Feb2007Update_rtm.DVD.Rel.iso) from https://www.microsoft.com/en-us/download/details.aspx?id=14477
-
Open
Setup\WinSDKBuild-SDK_DirectShow_BLD_Common-common.0.cab
from the iso file. -
Save
qedit_h.99023124_2CFC_4698_80A9_F84FC02DCB6C
asqedit.h
.
-
Open Git Bash then clone this repository.
git clone https://github.com/kurotu/VCubeTracker.git
-
Locate
qedit.h
intovendor\winsdk6.1
folder. -
Then execute
bootstrap.sh
.cd /PATH/TO/VCubeTracker ./bootstrap.sh
This step takes some time.
-
Open build/VCubeTracker.sln then build
INSTALL
target with Release configuration. -
Files are generated to
build\\dist
folder.