From 8dbb28241656bc9e7fb744d564b4564d38fb2ae2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 29 Aug 2015 00:51:21 +0300 Subject: [PATCH] Info about "Add" button when $PATH doesn't exist --- docs/ide/eclipse.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index 886b025a..0cfc0cae 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -34,7 +34,8 @@ Integration What is more, you can update Eclipse ``$PATH`` variable. In Eclipse IDE make right click on the created project ("Project Explorer"): ``Properties > C/C++ Build > Environment > PATH > Edit`` - and set to ``/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin``. + and set to ``/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin``. If ``PATH`` + variable doesn't exists, please ``Add`` it. Project Generator ^^^^^^^^^^^^^^^^^