summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-24 00:37:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-24 00:49:21 +0300
commitc87a4da5e7a273a38a04b1eab8be9f69cc5bc492 (patch)
tree553d7987441fae6cd93ff296bbec5a13e07c746e /README.md
parent6709af855481c45a83155adafb6c3a888b4a1a6f (diff)
downloadplus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.gz
plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.bz2
plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.xz
plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.zip
Add debug libs into readmes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 267bef8a8..ab82003ca 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg
#### Embedded libs:
- [catch](https://github.com/philsquared/Catch) and [doctest](https://github.com/onqtam/doctest) for unit testing.
+ - [nvwa](https://github.com/adah1972/nvwa) for debug memory leaks.
+ - [SaferCPlusPlus](https://github.com/duneroadrunner/SaferCPlusPlus) for debug issues in std::vector usage.
### Additional run time deps:
- xsel (for clipboard access, used only in SDL 1.2)