Skip to content

Commit

Permalink
Cleanup README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
congard committed Sep 8, 2024
1 parent d9133e0 commit 826881e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
Tulz is a light-weight cross-platform C++20 tools library for C++ development.
It contains reusable classes that I use in my projects.

## Compilers support

Tested under:

| Linux | Windows | Android |
|--------------|----------------------|------------------|
| GCC 13.3.1 | MSVC 19.37.32824 x64 | NDK 22.0.7026061 |
| Clang 17.0.6 | Clang 16.0.0 | |

## Installation

1. Put sources in your libs folder
Expand All @@ -30,14 +21,4 @@ Tested under:

| Flag | Description | Mandatory | Default | Platform |
|----------------------------------------|------------------------------------------|-----------|---------|----------|
| `TULZ_DEMANGLER_DISABLE_THREAD_SAFETY` | Controls `tulz::demangler` thread safety | No | OFF | Windows |

## Examples

You can find example in [examples/example.cpp](examples/example.cpp)

Note that you must clone this repository to `tulz` directory to be able to run example, not `tulz-master` etc

## Donate

<b>Payeer:</b> P36281059
| `TULZ_DEMANGLER_DISABLE_THREAD_SAFETY` | Controls `tulz::demangler` thread safety | No | OFF | Windows |

0 comments on commit 826881e

Please sign in to comment.