File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,23 @@ See ``options`` and ``default_options`` attributes in ``conanfile.py`` for
9797available build options.
9898
9999
100+ Installing libbase with Conan
101+ -----------------------------
102+
103+ As an alternative to building the library from source, you can also install
104+ ``libbase `` with ``Conan `` package manager. To do this, simply execute:
105+
106+ .. code-block :: console
107+
108+ $ conan install --requires="ripper37-libbase/[*]" --build=missing
109+
110+ This will install the latest available version of ``libbase `` from the Conan Center repository.
111+
112+ The ``libbase `` Conan package in Conan Center is maintained by
113+ [ConanCenterIndex](https://github.com/conan-io/conan-center-index) community.
114+ If the version is out of date or the package does not work,
115+ please create an issue or pull request on the [Conan Center Index repository](https://github.com/conan-io/conan-center-index).
116+
100117Configuration
101118-------------
102119
You can’t perform that action at this time.
0 commit comments