From 2f181213ae593c13a0625906f39cec94624587fc Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris <sideris.konstantin@gmail.com> Date: Wed, 28 Feb 2018 19:14:59 +0200 Subject: [PATCH] Add note on readme about the dependencies [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d276f2f3..79cd9d847 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Client API library for the Matrix protocol, built on top of Boost.Asio. - CMake 3.1 or greater - Google Test (for testing) +Boost and GTest will be built automatically by CMake if they're not found on your system. + Below is an example which will build the library along with the tests & examples. #### Linux -- GitLab