Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 860 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 860 Bytes

NOTE:

This project has been moved to the independent Halcyon simulator project under:


InWorldz aperture texture and mesh server

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

Build requirements

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

Sample cmake build command for Windows 64-bit

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