Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 811 Bytes

WololoKingdoms Converter Library

This is the library code for the WololoKingdoms conversion mod. See WololoKingdoms for more information and for the installer application code.

Building

You need to have CMake installed to build libwololokingdoms and genieutils. Your package manager likely contains a cmake package.

libwololokingdoms requires a C++ compiler that supports C++17 and its <filesystem> API.

First get the dependencies:

git submodule update --init --recursive

Then do:

cd build
cmake ..
make

CMake will build libwololokingdoms, and genieutils and its dependencies. You can find the libwololokingdoms dynamic library in build/ and the genieutils dynamic library in build/third_party/genieutils.