Oliver Hamlet f55db219c5 Add AppVeyor config
CI builds need a post-0.10.2 build to pass the Boost library
directory to its dependencies correctly.
2017-01-02 22:12:03 +00:00
2017-01-02 16:12:24 +00:00
2016-08-14 21:50:49 +01:00
2017-01-02 22:12:03 +00:00
2017-01-02 22:12:03 +00:00
2016-08-14 16:20:07 +01:00
2016-12-09 18:21:50 +00:00

LOOT API C Wrapper

A wrapper library for LOOT's C++ API that provides it as a C API.

Build Instructions

The library's build system uses CMake. Most of LOOT's C++ dependencies are managed by CMake, but the following must be obtained manually:

To build the wrapper, run CMake, and build the generated solution file. Only Windows support has been tested, though Linux builds should also be possible. A loot_c_api.dll is produced: this statically links the C++ API, so only one DLL is required.

S
Description
No description provided
Readme GPL-3.0
91 KiB
Languages
C++ 67.7%
C 24.7%
CMake 7.3%
Python 0.3%