Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.48 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.48 KB

DEPRECATED

This code has been moved to the Worldforge repository.

Conan packages for Worldforge

Join us on Gitter! Appveyor build status Travis build Status CMake

These are the libraries used by Worldforge, provided as Conan packages.

Most of them are adapted to be used specifically for Worldforge, so they might be missing some features that aren't needed by Worldforge specifically.

The libraries are automatically built by Travis and uploaded to the "worldforge/stable" channel at https://artifactory.ogenvik.org/ui/repos/tree/General/conan%2Fworldforge. To use them, configure conan as such

conan remote add worldforge https://artifactory.ogenvik.org/artifactory/api/conan/conan

Note that some packages require that Conan is run with Python 3.

Install locally

To install any of these packages locally, you would in most cases do:

conan create ./<package> --build missing