-
-
Notifications
You must be signed in to change notification settings - Fork 345
Windows Manual Installation
Dmitry Kireev edited this page May 11, 2015
·
12 revisions
Please consider using a simple way of installing Sming via Chocolatey. If not, please make sure the following steps are taken:
Windows System PATH variable should contain a path to mingw64\bin and mingw64\msys\1.0\bin:
Make sure it is in this exact order. This step is also required for some old sming installations.
SETX PATH /M C:\tools\mingw64\bin;C:\tools\mingw64\msys\1.0\bin;%PATH%
You can manually add variables into Eclipse IDE: Window > Preferences -> C/C++ > Build > Environment
It won't be accessible outside Eclipse IDE