Skip to content

Latest commit

 

History

History
56 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

56 lines (26 loc) · 1.2 KB

IAN

Server

A compiler supporting C++14 is required.

CMake >= 3.7 is required.

Dependencies:

Optional dependencies:

Hunter

Dependencies can be managed through CMake and hunter.

Use IAN_HUNTER=ON when configuring the CMake project.

vcpkg

If you are using vcpkg, install the dependencies:

vcpkg install spdlog openssl boost-asio boost-beast boost-property-tree

Then, configure with CMake in your build directory:

cmake [...]path/to/IAN -DCMAKE_TOOLCHAIN_FILE=[...]vcpkg\scripts\buildsystems\vcpkg.cmake

Client

Client is built using webpack.

Dependencies (have to be installed):

  • npm
  • yarn (optional but recommended)

License

The IAN engine is licensed under Mozilla Public License 2.0.

IAN modules are subject to their own licenses.