This project has been moved to the independent Halcyon simulator project under:
Aperture is a simple not quite compliant HTTP/1.1 server that sends texture and mesh data to viewer software connected to the InWorldz grid
You will need to add the Bincrafters conan repositores to obtain prebuilt packages:
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan install . -s build_type=Debug -s arch=x86_64 -s compiler.runtime=MTd --build=missing
mkdir build && cd build
cmake -G "Visual Studio 15 2017 Win64" .. -DCMAKE_BUILD_TYPE=Debug