From 1151c20e6e323df65091ee8d05548fec5feac993 Mon Sep 17 00:00:00 2001 From: pajlada Date: Fri, 28 Jul 2017 13:29:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fdbf3bb..ef89ffd5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/ 2. extract to `C:/local/rapidjson` so that `C:/local/rapidjson/include/rapidjson/` is a proper path ### linux +#### Ubuntu 16.04.2 LTS +*most likely works the same for other Debian-like distros* 1. Install QT Creator `sudo apt-get install qt5-default` 1. Install boost-dev `sudo apt-get install libboost-all-dev` 1. Copy `include/rapidjson` from [rapidjson](https://github.com/miloyip/rapidjson/releases/latest) into the chatterino directory