Skip to content

Commit 50a3ee0

Browse files
authored
Add Conan entry in installation documentation (#66)
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 73f4231 commit 50a3ee0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/getting_started/building.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,23 @@ See ``options`` and ``default_options`` attributes in ``conanfile.py`` for
9797
available 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+
100117
Configuration
101118
-------------
102119

0 commit comments

Comments
 (0)