From c28b616d2891b6409e87c2d9f3b12ab81d219d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Sat, 30 May 2015 11:53:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ada6c16..4abf57f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ The IDE supports autocompletion on accessor specifiers such as dot and arrow. Th ## Syntax Highlighting The IDE also supports syntax highligthing even in C++11 and C++14. +## To get C++11 and C++14 support +If you want support for external libraries and C++11 and C++14 you need to make sure you add a parameter to the cmake command. This will make compile_commands.json wich tells juCi++ all the paramters for the compiler. There is a bug where juCi++ sometimes puts the compile_commands.json file in the incorrect folder. Please make sure this file exists and that the contents of it covers all your files. +```sh +$ cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON +``` + ## Plugins There are expansion oppertunities with usage of python plugins.