vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 12 forks source link

Build as shared library #51

Open rpavlik opened 12 years ago

rpavlik commented 12 years ago

To easily interoperate with additional Lua modules, we need to build ourselves (and dependencies) as shared libraries. This also should encompass building against an existing Lua binary distribution on Windows, so we don't have to re-build all that stuff. The hardest part here will be making sure everything gets found, particularly on Windows.