Skip to content

Commit

Permalink
Add some installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed May 21, 2024
1 parent 73f57ab commit b6710a1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ default implementations, single/multiple inheritance, etc.) with C++20 concepts.
.. toctree::
:maxdepth: 1

installation.rst
tutorials.rst
case_studies.rst
api_reference.rst
18 changes: 18 additions & 0 deletions doc/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Installation
============

tanuki currently consists of a self-contained single header, with no dependencies
apart from the standard library. Just grab the ``include/tanuki.hpp`` header and copy it
somewhere in your project.

Supported platforms/compilers
-----------------------------

tanuki requires a C++ compiler with decent support for several C++20 features.
Currently the following compilers are tested in the CI pipeline:

- GCC >= 10.4,
- clang >= 14,
- MSVC 2022.

The CI pipeline is run on several platforms, including x86-64/arm64 Linux, x86-64 OSX and Windows.

0 comments on commit b6710a1

Please sign in to comment.