From e17ad9fc008a3d3dc481c3b42ba2e8ce4457af36 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Mon, 16 Mar 2015 13:10:33 +0300 Subject: [PATCH] README formatting --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c31f2b132c..14e62c21de 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,10 @@ Despite the fact that the library itself can be used on virtually any platform t Prerequisites: -* Google test library for C++ - gtest +* Google test library for C++ - gtest (see [how to install on Debian/Ubuntu](http://stackoverflow.com/questions/13513905/how-to-properly-setup-googletest-on-linux)) * C++03 *and* C++11 capable compiler with GCC-like interface (e.g. GCC, Clang) * CMake 2.8+ -* Optional: static analysis tool for C++ - cppcheck - -Installring GTest libraries: -* [GTest Install guide](http://stackoverflow.com/questions/13513905/how-to-properly-setup-googletest-on-linux) - -Install cppcheck -```bash -sudo apt-get install cppcheck -``` +* Optional: static analysis tool for C++ - cppcheck (use Debian/Ubuntu package `cppcheck`) Building the debug version and running the unit tests: ```bash