mirror of
https://github.com/loot/loot-api-c.git
synced 2026-07-27 14:14:23 -07:00
d45f23f133a8f3802d5bd7c370fb4eb9a1dcf3fa
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:
- Boost v1.55+
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.
Languages
C++
67.7%
C
24.7%
CMake
7.3%
Python
0.3%